From a19a98f35403f3aa4997fe5b972dc818d5e46e2c Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Tue, 3 Jun 2008 17:44:40 -0700 Subject: [PATCH] ARM: OMAP: Do not mark function prototypes as __init Also don't include common headers from omap headers Signed-off-by: Tony Lindgren --- include/asm-arm/arch-omap/cpu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/asm-arm/arch-omap/cpu.h b/include/asm-arm/arch-omap/cpu.h index fd1155e396a..33f26e93f5f 100644 --- a/include/asm-arm/arch-omap/cpu.h +++ b/include/asm-arm/arch-omap/cpu.h @@ -26,8 +26,6 @@ #ifndef __ASM_ARCH_OMAP_CPU_H #define __ASM_ARCH_OMAP_CPU_H -#include - struct omap_chip_id { u8 oc; }; @@ -402,7 +400,7 @@ int omap_chip_is(struct omap_chip_id oci); #define is_device_type_gp() (get_device_type() == DEVICE_TYPE_GP) #define is_device_type_bad() (get_device_type() == DEVICE_TYPE_BAD) -void __init omap2_check_revision(void); +void omap2_check_revision(void); #endif /* defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) */ -- 2.41.0