Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Kill off remaining config.h references.

A few of these managed to sneak back in, get rid of them once
and for all.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

-33
-1
arch/sh/boards/hp6xx/hp6xx_apm.c
··· 6 6 * This program is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public License. 8 8 */ 9 - #include <linux/config.h> 10 9 #include <linux/module.h> 11 10 #include <linux/apm_bios.h> 12 11 #include <linux/kernel.h>
-1
arch/sh/boards/hp6xx/pm.c
··· 6 6 * This program is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public License. 8 8 */ 9 - #include <linux/config.h> 10 9 #include <linux/init.h> 11 10 #include <linux/suspend.h> 12 11 #include <linux/errno.h>
-2
arch/sh/boards/landisk/irq.c
··· 14 14 * modified by kogiidena 15 15 * 2005.03.03 16 16 */ 17 - 18 - #include <linux/config.h> 19 17 #include <linux/init.h> 20 18 #include <linux/irq.h> 21 19 #include <asm/io.h>
-2
arch/sh/boards/landisk/landisk_pwb.c
··· 11 11 * 12 12 * LED control drive function added by kogiidena 13 13 */ 14 - 15 - #include <linux/config.h> 16 14 #include <linux/module.h> 17 15 #include <linux/errno.h> 18 16 #include <linux/signal.h>
-2
arch/sh/boards/landisk/rtc.c
··· 8 8 * modifed by kogiidena 9 9 * 2005.09.16 10 10 */ 11 - 12 - #include <linux/config.h> 13 11 #include <linux/init.h> 14 12 #include <linux/kernel.h> 15 13 #include <linux/sched.h>
-1
arch/sh/boards/landisk/setup.c
··· 16 16 * License. See the file "COPYING" in the main directory of this archive 17 17 * for more details. 18 18 */ 19 - #include <linux/config.h> 20 19 #include <linux/init.h> 21 20 #include <linux/pm.h> 22 21 #include <linux/mm.h>
-2
arch/sh/boards/renesas/r7780rp/irq.c
··· 8 8 * Modified for R7780RP-1 by 9 9 * Atom Create Engineering Co., Ltd. 2002. 10 10 */ 11 - 12 - #include <linux/config.h> 13 11 #include <linux/init.h> 14 12 #include <linux/irq.h> 15 13 #include <asm/io.h>
-2
arch/sh/boards/renesas/r7780rp/led.c
··· 6 6 * 7 7 * This file contains Renesas Solutions HIGHLANDER R7780RP-1 specific LED code. 8 8 */ 9 - 10 - #include <linux/config.h> 11 9 #include <linux/sched.h> 12 10 #include <asm/io.h> 13 11 #include <asm/r7780rp/r7780rp.h>
-2
arch/sh/boards/se/7343/io.c
··· 4 4 * I/O routine for SH-Mobile3AS 7343 SolutionEngine. 5 5 * 6 6 */ 7 - 8 - #include <linux/config.h> 9 7 #include <linux/kernel.h> 10 8 #include <asm/io.h> 11 9 #include <asm/mach/se7343.h>
-2
arch/sh/boards/se/7343/irq.c
··· 2 2 * arch/sh/boards/se/7343/irq.c 3 3 * 4 4 */ 5 - 6 - #include <linux/config.h> 7 5 #include <linux/init.h> 8 6 #include <linux/interrupt.h> 9 7 #include <linux/irq.h>
-2
arch/sh/boards/se/7343/led.c
··· 2 2 * arch/sh/boards/se/7343/led.c 3 3 * 4 4 */ 5 - 6 - #include <linux/config.h> 7 5 #include <linux/sched.h> 8 6 #include <asm/mach/se7343.h> 9 7
-1
arch/sh/boards/se/7343/setup.c
··· 1 - #include <linux/config.h> 2 1 #include <linux/init.h> 3 2 #include <linux/platform_device.h> 4 3 #include <asm/machvec.h>
-1
arch/sh/drivers/pci/ops-landisk.c
··· 8 8 * May be copied or modified under the terms of the GNU General Public 9 9 * License. See linux/COPYING for more information. 10 10 */ 11 - #include <linux/config.h> 12 11 #include <linux/kernel.h> 13 12 #include <linux/types.h> 14 13 #include <linux/init.h>
-2
arch/sh/drivers/pci/ops-r7780rp.c
··· 8 8 * 9 9 * PCI initialization for the Renesas SH7780 Highlander R7780RP-1 board 10 10 */ 11 - 12 - #include <linux/config.h> 13 11 #include <linux/kernel.h> 14 12 #include <linux/types.h> 15 13 #include <linux/init.h>
-2
arch/sh/drivers/pci/ops-titan.c
··· 11 11 * 12 12 * PCI initialization for the Titan boards 13 13 */ 14 - 15 - #include <linux/config.h> 16 14 #include <linux/kernel.h> 17 15 #include <linux/types.h> 18 16 #include <linux/init.h>
-2
arch/sh/drivers/pci/pci-sh7780.c
··· 12 12 * License. See linux/COPYING for more information. 13 13 * 14 14 */ 15 - 16 15 #undef DEBUG 17 16 18 - #include <linux/config.h> 19 17 #include <linux/types.h> 20 18 #include <linux/kernel.h> 21 19 #include <linux/init.h>
-1
arch/sh/kernel/apm.c
··· 16 16 * [This document is available from Microsoft at: 17 17 * http://www.microsoft.com/hwdev/busbios/amp_12.htm] 18 18 */ 19 - #include <linux/config.h> 20 19 #include <linux/module.h> 21 20 #include <linux/poll.h> 22 21 #include <linux/timer.h>
-1
arch/sh/math-emu/math.c
··· 7 7 * License. See the file "COPYING" in the main directory of this archive 8 8 * for more details. 9 9 */ 10 - #include <linux/config.h> 11 10 #include <linux/kernel.h> 12 11 #include <linux/errno.h> 13 12 #include <linux/types.h>
-2
arch/sh/tools/gen-mach-types
··· 20 20 printf("#ifndef __ASM_SH_MACHTYPES_H\n"); 21 21 printf("#define __ASM_SH_MACHTYPES_H\n"); 22 22 printf("\n"); 23 - printf("#include <linux/config.h>\n"); 24 - printf("\n"); 25 23 printf("/*\n"); 26 24 printf(" * We'll use the following MACH_xxx defs for placeholders for the time\n"); 27 25 printf(" * being .. these will all go away once sh_machtype is assigned per-board.\n");
-2
include/asm-sh/sfp-machine.h
··· 25 25 #ifndef _SFP_MACHINE_H 26 26 #define _SFP_MACHINE_H 27 27 28 - #include <linux/config.h> 29 - 30 28 #define _FP_W_TYPE_SIZE 32 31 29 #define _FP_W_TYPE unsigned long 32 30 #define _FP_WS_TYPE signed long