From 90c293200f3486ebfcddea015007629d6d5176f6 Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Sun, 11 Jan 2015 18:29:04 +0900 Subject: [PATCH] remove unused header --- arch/h8300/Makefile | 3 +-- arch/h8300/kernel/head_ram.S | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile index e4439b8a5b29..9ecdbfa764fb 100644 --- a/arch/h8300/Makefile +++ b/arch/h8300/Makefile @@ -17,7 +17,6 @@ ldflags-$(CONFIG_CPU_H8S) := -mh8300self_linux KBUILD_CFLAGS += $(cflags-y) KBUILD_CFLAGS += -mint32 -fno-builtin -KBUILD_CFLAGS += -g KBUILD_CFLAGS += -D__linux__ KBUILD_CFLAGS += -DUTS_SYSNAME=\"uClinux\" KBUILD_AFLAGS += $(aflags-y) @@ -26,7 +25,7 @@ LDFLAGS += $(ldflags-y) CROSS_COMPILE := h8300-unknown-linux- LIBGCC := $(shell $(CROSS-COMPILE)$(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) -core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/boards/ +core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ libs-y += arch/$(ARCH)/lib/ $(LIBGCC) diff --git a/arch/h8300/kernel/head_ram.S b/arch/h8300/kernel/head_ram.S index 1ad356ccc80b..db63fa38db2d 100644 --- a/arch/h8300/kernel/head_ram.S +++ b/arch/h8300/kernel/head_ram.S @@ -11,12 +11,12 @@ #if defined(CONFIG_CPU_H8300H) .h8300h -#include +#define SYSCR 0xfee012 #define IRAMTOP 0xffff20 #endif #if defined(CONFIG_CPU_H8S) .h8300s -#include +#define INTCR 0xffff31 #define IRAMTOP 0xffc000 #endif -- 2.11.0