summaryrefslogtreecommitdiff
path: root/board/compulab/common/eeprom.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:41:28 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:49 -0600
commit4cea28c3357b4d066a683b476bac3dbbc99d94fc (patch)
treeab87a0b3bc5ae686dec1fc95b7fbbdfcdf3dbc75 /board/compulab/common/eeprom.c
parent6a74f1aae28327d2c2ea272040e58fec1c183835 (diff)
board: compulab: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/compulab/common/eeprom.c')
-rw-r--r--board/compulab/common/eeprom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/compulab/common/eeprom.c b/board/compulab/common/eeprom.c
index 4c752821d6c..efdaf342d5c 100644
--- a/board/compulab/common/eeprom.c
+++ b/board/compulab/common/eeprom.c
@@ -6,12 +6,13 @@
* Igor Grinberg <grinberg@compulab.co.il>
*/
-#include <common.h>
#include <i2c.h>
+#include <vsprintf.h>
#include <eeprom_layout.h>
#include <eeprom_field.h>
#include <asm/setup.h>
#include <linux/kernel.h>
+#include <linux/string.h>
#include "eeprom.h"
#define EEPROM_LAYOUT_VER_OFFSET 44