arm: a320evb: define mach-type in board config file
[oweals/u-boot.git] / board / cogent / flash.c
index e6c85b6d9a56a332b2906ed20be2b905660a56e7..ec3f94d2d5f9a211c650df45cb4fb2022e5f339d 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <common.h>
 #include <board/cogent/flash.h>
+#include <linux/compiler.h>
 
 flash_info_t   flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */
 
@@ -292,7 +293,7 @@ flash_init(void)
 {
        unsigned long total;
        int i;
-       flash_info_t *fip;
+       __maybe_unused flash_info_t *fip;
 
        /* Init: no FLASHes known */
        for (i=0; i<CONFIG_SYS_MAX_FLASH_BANKS; ++i) {