2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Get rid of EEPROM memory types, they were unused. This is a

backport from Linux 2.6 (sort of).


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1997 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2003-09-24 21:05:40 +00:00
parent 76c05536bf
commit 787a1efef1

View File

@@ -54,13 +54,6 @@ MODULE_PARM_DESC(checksum,
/* EEPROM registers */ /* EEPROM registers */
#define EEPROM_REG_CHECKSUM 0x3f #define EEPROM_REG_CHECKSUM 0x3f
/* EEPROM memory types: */
#define ONE_K 1
#define TWO_K 2
#define FOUR_K 3
#define EIGHT_K 4
#define SIXTEEN_K 5
/* possible natures */ /* possible natures */
#define NATURE_UNKNOWN 0 #define NATURE_UNKNOWN 0
#define NATURE_VAIO 1 #define NATURE_VAIO 1