kernel-ark/arch/arm/plat-omap
Olaf Hering 733482e445 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
This patch removes almost all inclusions of linux/version.h.  The 3
#defines are unused in most of the touched files.

A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
unfortunatly in linux/version.h.

There are also lots of #ifdef for long obsolete kernels, this was not
touched.  In a few places, the linux/version.h include was move to where
the LINUX_VERSION_CODE was used.

quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`

search pattern:
/UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-09 07:55:57 -08:00
..
clock.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
clock.h
common.c [ARM] Don't include mach-types.h unnecessarily 2005-09-29 11:15:51 +01:00
cpu-omap.c [ARM] Don't include mach-types.h unnecessarily 2005-09-29 11:15:51 +01:00
dma.c
dmtimer.c
gpio.c
Kconfig
Makefile
mcbsp.c
mux.c
ocpi.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
pm.c
sleep.S
sram-fn.S
sram.c [ARM] 2987/1: Replace map_desc.physical with map_desc.pfn: OMAP 2005-10-28 15:19:00 +01:00
sram.h
usb.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00