summaryrefslogtreecommitdiff
path: root/include/linux/mtd/omap_gpmc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:43:02 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:40 -0600
commitc4083e0184f93cf44ca661d7d34b4f9cb48a8ffd (patch)
tree5a4a2327905d98af8f5097b0628a5db3ca17140c /include/linux/mtd/omap_gpmc.h
parent1267f220e2ef8900a05517ea54565c15af3cc23f (diff)
board: ti: 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 'include/linux/mtd/omap_gpmc.h')
-rw-r--r--include/linux/mtd/omap_gpmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/omap_gpmc.h b/include/linux/mtd/omap_gpmc.h
index f08e700a1da..2dbf988863f 100644
--- a/include/linux/mtd/omap_gpmc.h
+++ b/include/linux/mtd/omap_gpmc.h
@@ -8,6 +8,8 @@
#ifndef __ASM_OMAP_GPMC_H
#define __ASM_OMAP_GPMC_H
+#include <linux/types.h>
+
/* Maximum Number of Chip Selects */
#define GPMC_CS_NUM 8