mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 22:10:24 +00:00
733482e445
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> |
||
---|---|---|
.. | ||
btext.c | ||
cpc700_pic.c | ||
cpc700.h | ||
cpc710.h | ||
cpm2_common.c | ||
cpm2_pic.c | ||
cpm2_pic.h | ||
gen550_dbg.c | ||
gen550_kgdb.c | ||
gen550.h | ||
gt64260_pic.c | ||
harrier.c | ||
hawk_common.c | ||
ibm44x_common.c | ||
ibm44x_common.h | ||
ibm440gp_common.c | ||
ibm440gp_common.h | ||
ibm440gx_common.c | ||
ibm440gx_common.h | ||
ibm440sp_common.c | ||
ibm440sp_common.h | ||
ibm_ocp.c | ||
ipic.c | ||
ipic.h | ||
m8xx_setup.c | ||
m8xx_wdt.c | ||
m8xx_wdt.h | ||
m82xx_pci.c | ||
m82xx_pci.h | ||
m8260_pci_erratum9.c | ||
m8260_setup.c | ||
Makefile | ||
mpc8xx_devices.c | ||
mpc8xx_sys.c | ||
mpc10x_common.c | ||
mpc52xx_devices.c | ||
mpc52xx_pci.c | ||
mpc52xx_pci.h | ||
mpc52xx_pic.c | ||
mpc52xx_setup.c | ||
mpc52xx_sys.c | ||
mpc83xx_devices.c | ||
mpc83xx_sys.c | ||
mpc85xx_devices.c | ||
mpc85xx_sys.c | ||
mv64x60_dbg.c | ||
mv64x60_win.c | ||
mv64x60.c | ||
mv64360_pic.c | ||
ocp.c | ||
open_pic2.c | ||
open_pic_defs.h | ||
open_pic.c | ||
pci_auto.c | ||
ppc4xx_dma.c | ||
ppc4xx_pic.c | ||
ppc4xx_pm.c | ||
ppc4xx_setup.c | ||
ppc4xx_sgdma.c | ||
ppc8xx_pic.c | ||
ppc8xx_pic.h | ||
ppc83xx_pci.h | ||
ppc83xx_setup.c | ||
ppc83xx_setup.h | ||
ppc85xx_common.c | ||
ppc85xx_common.h | ||
ppc85xx_rio.c | ||
ppc85xx_rio.h | ||
ppc85xx_setup.c | ||
ppc85xx_setup.h | ||
ppc403_pic.c | ||
ppc405_pci.c | ||
ppc440spe_pcie.c | ||
ppc440spe_pcie.h | ||
ppc_sys.c | ||
pq2_devices.c | ||
pq2_sys.c | ||
prep_nvram.c | ||
prom_init.c | ||
prom.c | ||
qspan_pci.c | ||
todc_time.c | ||
xilinx_pic.c |