remove linux/compiler.h, mosty it is not used
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / init / init.h
index 4ad0fe9d3fe418d47a487b3282334455aed7b68d..342f64b788e2aba94593ccd7866adf477894eb0a 100644 (file)
@@ -36,8 +36,8 @@
 #define ALLOCRAM_START       ( ((unsigned int)&_fw_image_end) + 4)
 #define ALLOCRAM_SIZE        ( SYS_RAM_SZIE - ( ALLOCRAM_START - SYS_D_RAM_REGION_0_BASE) - SYS_D_RAM_STACK_SIZE)
 
+#include "app_start.h"
 #include "regdump.h"
-#include <linux/compiler.h>
 
 #define SBOOT_PATTERN 0x5342
 #define IS_FLASHBOOT() (((DEBUG_SYSTEM_STATE&~(0x0000ffff))>>16==SBOOT_PATTERN))