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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user