aboutsummaryrefslogtreecommitdiff
path: root/board/cssi/cmpc885/nand.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-11-06 19:12:05 +0100
committerTom Rini <trini@konsulko.com>2023-11-16 18:53:09 -0500
commit15e871fc5d125f58e637d035e3aa5d01dc323e2f (patch)
tree57429341f62f390b477ecbdf423389fc7375362c /board/cssi/cmpc885/nand.c
parent80ac19fd56fecdb88c2d34b38a42639be81fa2a5 (diff)
board: cssi: Remove usage of common.h
Remove inclusion of common.h and add relevant includes when necessary. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Diffstat (limited to 'board/cssi/cmpc885/nand.c')
-rw-r--r--board/cssi/cmpc885/nand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cssi/cmpc885/nand.c b/board/cssi/cmpc885/nand.c
index 38100046df..b8989f226b 100644
--- a/board/cssi/cmpc885/nand.c
+++ b/board/cssi/cmpc885/nand.c
@@ -7,7 +7,6 @@
*/
#include <config.h>
-#include <common.h>
#include <nand.h>
#include <linux/bitops.h>
#include <linux/mtd/rawnand.h>