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>
This commit is contained in:
Tom Rini
2024-04-30 20:43:02 -06:00
parent 1267f220e2
commit c4083e0184
25 changed files with 16 additions and 22 deletions

View File

@@ -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