dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/mach-omap1
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
..
Kconfig [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00
Makefile [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00
Makefile.boot [PATCH] ARM: 2798/1: OMAP update 2/11: Change ARM Kconfig to support omap1 and omap2 2005-07-10 19:58:08 +01:00
board-generic.c [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00
board-h2.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
board-h3.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
board-innovator.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
board-netstar.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
board-osk.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
board-perseus2.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
board-voiceblue.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
devices.c Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
fpga.c [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00
id.c [PATCH] ARM: 2801/1: OMAP update 6/11: Split OMAP1 common code into id, io and serial 2005-07-10 19:58:12 +01:00
io.c [ARM] 2987/1: Replace map_desc.physical with map_desc.pfn: OMAP 2005-10-28 15:19:00 +01:00
irq.c [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00
leds-h2p2-debug.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
leds-innovator.c [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00
leds-osk.c [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00
leds.c [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00
leds.h [PATCH] ARM: 2799/1: OMAP update 4/11: Move OMAP1 LED code into mach-omap1 directory 2005-07-10 19:58:10 +01:00
serial.c Merge master.kernel.org:/home/rmk/linux-2.6-serial 2005-09-08 15:30:14 -07:00
time.c [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 2005-09-08 23:07:38 +01:00