Archived
14
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/sound
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
..
arm
core [ALSA] Cleanup - remove sound/core/wrappers.c 2005-11-07 11:22:04 +01:00
drivers [PATCH] vx_hwdep.c needs vmalloc.h 2005-11-09 07:55:50 -08:00
i2c [ALSA] Fix schedule_timeout usage 2005-11-04 13:19:49 +01:00
isa [ALSA] Fix schedule_timeout usage 2005-11-04 13:19:49 +01:00
mips [ALSA] AMD Au1x00 driver: buggy spinlocks 2005-11-04 13:20:26 +01:00
oss [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
parisc
pci [ALSA] ice1724 - Fix ADC mux put callback in aureon.c 2005-11-07 11:28:55 +01:00
pcmcia [ALSA] Remove vmalloc wrapper, kfree_nocheck() 2005-11-04 13:18:00 +01:00
ppc [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
sparc [SPARC]: More abstractions and cleanups of dma handling in cs4231. 2005-11-07 14:09:19 -08:00
synth [ALSA] Fix emu10k1 synth problems. 2005-11-04 13:20:13 +01:00
usb [ALSA] usb-audio: remove duplicate fixup entry (Hercules DJ Console) 2005-11-04 13:26:03 +01:00
Kconfig [ALSA] sound: align device drivers menus 2005-11-04 13:17:08 +01:00
last.c
Makefile
sound_core.c
sound_firmware.c