diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 11:02:53 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 13:00:23 +0200 |
commit | a3b3aa3d9d5d482ac68477c69fc08cadbc43e074 (patch) | |
tree | 649c770d9d3d8ff4d6db04eadc315d8550f3581e /arch/h8300/kernel/Makefile | |
parent | frv: Use generic init_task (diff) | |
download | linux-a3b3aa3d9d5d482ac68477c69fc08cadbc43e074.tar.xz linux-a3b3aa3d9d5d482ac68477c69fc08cadbc43e074.zip |
h8300-use-generic-init_task
Same code. Use the generic version.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Link: http://lkml.kernel.org/r/20120503085034.623666760@linutronix.de
Diffstat (limited to 'arch/h8300/kernel/Makefile')
-rw-r--r-- | arch/h8300/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/Makefile b/arch/h8300/kernel/Makefile index 8d4d2a54be9e..1cc57f872d34 100644 --- a/arch/h8300/kernel/Makefile +++ b/arch/h8300/kernel/Makefile @@ -6,7 +6,7 @@ extra-y := vmlinux.lds obj-y := process.o traps.o ptrace.o irq.o \ sys_h8300.o time.o signal.o \ - setup.o gpio.o init_task.o syscalls.o \ + setup.o gpio.o syscalls.o \ entry.o timer/ obj-$(CONFIG_MODULES) += module.o h8300_ksyms.o |