diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:24 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:25 -0600 |
commit | 77e3b37efda277a01fe610a820b54ff13e46fc3b (patch) | |
tree | 28aeceb1ebb353493710907dad46f5dacaf776fa | |
parent | a9803a63cd7c5d15eaa0684d714bafc783851782 (diff) |
board: novtech: 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>
-rw-r--r-- | board/novtech/meerkat96/meerkat96.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/novtech/meerkat96/meerkat96.c b/board/novtech/meerkat96/meerkat96.c index 1edebe5db9b..ca3b0698f5a 100644 --- a/board/novtech/meerkat96/meerkat96.c +++ b/board/novtech/meerkat96/meerkat96.c @@ -12,7 +12,6 @@ #include <asm/global_data.h> #include <asm/mach-imx/iomux-v3.h> #include <asm/io.h> -#include <common.h> #include <linux/sizes.h> DECLARE_GLOBAL_DATA_PTR; |