diff options
| author | Simon Glass <[email protected]> | 2019-11-14 12:57:50 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-02 18:25:25 -0500 |
| commit | cb3ef6810a27c8ddf5db8694bcef9337f27d12ce (patch) | |
| tree | 9ef10a73bda6de409282c9021026957efa598c6a /env | |
| parent | 533cee0a9cdccc9c65959bf2d41c3c7eb12e13f2 (diff) | |
common: Move old EEPROM functions into a new header
These functions do not use driver model but are still used. Move them to a
new eeprom.h header file.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'env')
| -rw-r--r-- | env/eeprom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/eeprom.c b/env/eeprom.c index f0bdf2a1416..e8126cfe397 100644 --- a/env/eeprom.c +++ b/env/eeprom.c @@ -9,6 +9,7 @@ #include <common.h> #include <command.h> +#include <eeprom.h> #include <env.h> #include <env_internal.h> #include <linux/stddef.h> |
