ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.h
[deliverable/linux.git] / arch / arm / vfp / entry.S
index 46e17492fd1f3ecccda92c660474c805707b788b..9cc290ae4e3be2e13e2a61005b2bfc8230f71333 100644 (file)
@@ -8,9 +8,12 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
+#include <linux/init.h>
+#include <linux/linkage.h>
 #include <asm/thread_info.h>
 #include <asm/vfpmacros.h>
-#include "../kernel/entry-header.S"
+#include <asm/assembler.h>
+#include <asm/asm-offsets.h>
 
 @ VFP entry point.
 @
This page took 0.025174 seconds and 5 git commands to generate.