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

[MIPS] Don't include obsolete <linux/config.h>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-21
-1
arch/mips/basler/excite/excite_dbg_io.c
··· 17 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 */ 19 19 20 - #include <linux/config.h> 21 20 #include <linux/linkage.h> 22 21 #include <linux/init.h> 23 22 #include <linux/kernel.h>
-1
arch/mips/basler/excite/excite_device.c
··· 17 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 */ 19 19 20 - #include <linux/config.h> 21 20 #include <linux/kernel.h> 22 21 #include <linux/init.h> 23 22 #include <linux/platform_device.h>
-1
arch/mips/basler/excite/excite_iodev.c
··· 17 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 */ 19 19 20 - #include <linux/config.h> 21 20 #include <linux/compiler.h> 22 21 #include <linux/init.h> 23 22 #include <linux/module.h>
-1
arch/mips/basler/excite/excite_procfs.c
··· 19 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 */ 21 21 22 - #include <linux/config.h> 23 22 #include <linux/proc_fs.h> 24 23 #include <linux/stat.h> 25 24 #include <asm/page.h>
-1
arch/mips/basler/excite/excite_prom.c
··· 18 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 19 */ 20 20 21 - #include <linux/config.h> 22 21 #include <linux/init.h> 23 22 #include <linux/sched.h> 24 23 #include <linux/mm.h>
-1
arch/mips/basler/excite/excite_setup.c
··· 19 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 */ 21 21 22 - #include <linux/config.h> 23 22 #include <linux/types.h> 24 23 #include <linux/kernel.h> 25 24 #include <linux/module.h>
-1
arch/mips/emma2rh/common/irq.c
··· 22 22 * along with this program; if not, write to the Free Software 23 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 - #include <linux/config.h> 26 25 #include <linux/init.h> 27 26 #include <linux/interrupt.h> 28 27 #include <linux/irq.h>
-1
arch/mips/emma2rh/common/prom.c
··· 22 22 * along with this program; if not, write to the Free Software 23 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 - #include <linux/config.h> 26 25 #include <linux/init.h> 27 26 #include <linux/mm.h> 28 27 #include <linux/sched.h>
-1
arch/mips/emma2rh/markeins/irq.c
··· 22 22 * along with this program; if not, write to the Free Software 23 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 - #include <linux/config.h> 26 25 #include <linux/init.h> 27 26 #include <linux/interrupt.h> 28 27 #include <linux/irq.h>
-1
arch/mips/emma2rh/markeins/platform.c
··· 20 20 * along with this program; if not, write to the Free Software 21 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 22 */ 23 - #include <linux/config.h> 24 23 #include <linux/init.h> 25 24 #include <linux/kernel.h> 26 25 #include <linux/types.h>
-1
arch/mips/emma2rh/markeins/setup.c
··· 22 22 * along with this program; if not, write to the Free Software 23 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 - #include <linux/config.h> 26 25 #include <linux/init.h> 27 26 #include <linux/kernel.h> 28 27 #include <linux/types.h>
-1
arch/mips/gt64120/wrppmc/setup.c
··· 8 8 * Copyright (C) 1996, 1997, 2004 by Ralf Baechle (ralf@linux-mips.org) 9 9 * Copyright (C) 2006, Wind River System Inc. Rongkai.zhan <rongkai.zhan@windriver.com> 10 10 */ 11 - #include <linux/config.h> 12 11 #include <linux/init.h> 13 12 #include <linux/string.h> 14 13 #include <linux/kernel.h>
-1
arch/mips/gt64120/wrppmc/time.c
··· 10 10 * Copyright (C) 1996, 1997, 2004 by Ralf Baechle (ralf@linux-mips.org) 11 11 * Copyright (C) 2006, Wind River System Inc. 12 12 */ 13 - #include <linux/config.h> 14 13 #include <linux/init.h> 15 14 #include <linux/string.h> 16 15 #include <linux/kernel.h>
-1
arch/mips/kernel/apm.c
··· 10 10 * [This document is available from Microsoft at: 11 11 * http://www.microsoft.com/hwdev/busbios/amp_12.htm] 12 12 */ 13 - #include <linux/config.h> 14 13 #include <linux/module.h> 15 14 #include <linux/poll.h> 16 15 #include <linux/timer.h>
-1
arch/mips/kernel/vpe.c
··· 28 28 * i.e cat spapp >/dev/vpe1. 29 29 */ 30 30 31 - #include <linux/config.h> 32 31 #include <linux/kernel.h> 33 32 #include <linux/module.h> 34 33 #include <linux/fs.h>
-1
arch/mips/pci/fixup-emma2rh.c
··· 23 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 25 26 - #include <linux/config.h> 27 26 #include <linux/kernel.h> 28 27 #include <linux/init.h> 29 28 #include <linux/types.h>
-1
arch/mips/pci/ops-emma2rh.c
··· 23 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 25 26 - #include <linux/config.h> 27 26 #include <linux/pci.h> 28 27 #include <linux/kernel.h> 29 28 #include <linux/types.h>
-1
arch/mips/pci/pci-emma2rh.c
··· 23 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 25 26 - #include <linux/config.h> 27 26 #include <linux/kernel.h> 28 27 #include <linux/init.h> 29 28 #include <linux/types.h>
-1
arch/mips/qemu/q-reset.c
··· 1 - #include <linux/config.h> 2 1 3 2 #include <asm/io.h> 4 3 #include <asm/reboot.h>
-1
include/asm-mips/apm.h
··· 13 13 #ifndef MIPS_ASM_SA1100_APM_H 14 14 #define MIPS_ASM_SA1100_APM_H 15 15 16 - #include <linux/config.h> 17 16 #include <linux/apm_bios.h> 18 17 19 18 /*
-1
include/asm-mips/mach-excite/excite.h
··· 1 1 #ifndef __EXCITE_H__ 2 2 #define __EXCITE_H__ 3 3 4 - #include <linux/config.h> 5 4 #include <linux/init.h> 6 5 #include <asm/addrspace.h> 7 6 #include <asm/types.h>