colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / examples / standalone / atmel_df_pow2.c
index b7bd243730bb0ce69ab8701dbfaec0566a849a00..9c74f4994b95422159c0bcd5c49fc6cd04c2e18a 100644 (file)
@@ -9,6 +9,7 @@
 #include <common.h>
 #include <exports.h>
 #include <spi.h>
+#include <linux/delay.h>
 
 #define CMD_ID    0x9f
 #define CMD_STAT  0xd7
@@ -115,7 +116,7 @@ static char *getline(void)
        }
 }
 
-int atmel_df_pow2(int argc, char * const argv[])
+int atmel_df_pow2(int argc, char *const argv[])
 {
        /* Print the ABI version */
        app_startup(argv);