Commit 71332abf authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] I2C: remove unneeded #defines in the eeprom chip driver.

parent 32ae9e8b
......@@ -47,13 +47,6 @@ MODULE_PARM_DESC(checksum, "Only accept eeproms whose checksum is correct");
/* EEPROM registers */
#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
/* Size of EEPROM in bytes */
#define EEPROM_SIZE 256
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment