aboutsummaryrefslogtreecommitdiff
path: root/include/eeprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/eeprom.h')
-rw-r--r--include/eeprom.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/eeprom.h b/include/eeprom.h
index e223e4c..f9c6542 100644
--- a/include/eeprom.h
+++ b/include/eeprom.h
@@ -8,8 +8,6 @@
#define __EEPROM_LEGACY_H
#if defined(CONFIG_CMD_EEPROM) || defined(CONFIG_ENV_IS_IN_EEPROM)
-#include <linux/types.h>
-
void eeprom_init(int bus);
int eeprom_read(uint dev_addr, uint offset, uchar *buffer, uint cnt);
int eeprom_write(uint dev_addr, uint offset, uchar *buffer, uint cnt);