diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/cm4008/cm4008.c | 1 | ||||
-rw-r--r-- | board/cm41xx/cm41xx.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/cm4008/cm4008.c b/board/cm4008/cm4008.c index 2e8d948..ed493a8 100644 --- a/board/cm4008/cm4008.c +++ b/board/cm4008/cm4008.c @@ -30,6 +30,7 @@ #include <common.h> #include <asm/arch/platform.h> +#include <netdev.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/board/cm41xx/cm41xx.c b/board/cm41xx/cm41xx.c index 72fd64d..d9dff4e 100644 --- a/board/cm41xx/cm41xx.c +++ b/board/cm41xx/cm41xx.c @@ -30,6 +30,7 @@ #include <common.h> #include <asm/arch/platform.h> +#include <netdev.h> DECLARE_GLOBAL_DATA_PTR; |