From: Tony Lindgren Date: Wed, 4 Jun 2008 00:44:40 +0000 (-0700) Subject: ARM: OMAP: Do not mark function prototypes as __init X-Git-Tag: v2.6.26-omap1~123^2~21 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a19a98f35403f3aa4997fe5b972dc818d5e46e2c;p=linux-2.6-omap-h63xx.git ARM: OMAP: Do not mark function prototypes as __init Also don't include common headers from omap headers Signed-off-by: Tony Lindgren --- 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) */