diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/eeprom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/spi/eeprom.h b/include/linux/spi/eeprom.h index 403e007aef68..e34e169f9dcb 100644 --- a/include/linux/spi/eeprom.h +++ b/include/linux/spi/eeprom.h | |||
| @@ -30,8 +30,6 @@ struct spi_eeprom { | |||
| 30 | */ | 30 | */ |
| 31 | #define EE_INSTR_BIT3_IS_ADDR 0x0010 | 31 | #define EE_INSTR_BIT3_IS_ADDR 0x0010 |
| 32 | 32 | ||
| 33 | /* for exporting this chip's data to other kernel code */ | ||
| 34 | void (*setup)(struct memory_accessor *mem, void *context); | ||
| 35 | void *context; | 33 | void *context; |
| 36 | }; | 34 | }; |
| 37 | 35 | ||
