diff options
Diffstat (limited to 'arch/parisc/kernel/entry.S')
| -rw-r--r-- | arch/parisc/kernel/entry.S | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/arch/parisc/kernel/entry.S b/arch/parisc/kernel/entry.S index 5d0837458c19..d1fa4edd2d80 100644 --- a/arch/parisc/kernel/entry.S +++ b/arch/parisc/kernel/entry.S @@ -38,7 +38,6 @@  #include <asm/thread_info.h>  #include <linux/linkage.h> -#include <linux/init.h>  #ifdef CONFIG_64BIT  	.level 2.0w @@ -622,7 +621,7 @@  	 * the static part of the kernel address space.  	 */ -	__HEAD +	.text  	.align	PAGE_SIZE | 
