remove linux/compiler.h, mosty it is not used
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / init / app_start.h
index aa2179f512d0445412cc357073a92d310deeca94..5b91a7244d93341d095e7622138180112feec059 100644 (file)
@@ -37,7 +37,9 @@
 #ifndef _ATH_APP_START_H_
 #define _ATH_APP_START_H_
 
-#include <linux/compiler.h>
+#define __noreturn     __attribute__((noreturn))
+#define __section(s)   __attribute__((section("." # s)))
+#define __visible      __attribute__((externally_visible))
 
 void __section(boot) __noreturn __visible app_start(void);
 void Magpie_init(void);