Commit 16b81ecc authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] Improve PA-RISC make configcheck

Fix "make configcheck | fgrep 'not needed' | fgrep parisc"
Signed-off-by: default avatarGrant Grundler <grundler@parisc-linux.org>
Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 28c61501
...@@ -37,7 +37,6 @@ typedef unsigned int elf_greg_t; ...@@ -37,7 +37,6 @@ typedef unsigned int elf_greg_t;
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/config.h>
#include <linux/elfcore.h> #include <linux/elfcore.h>
#include <linux/compat.h> /* struct compat_timeval */ #include <linux/compat.h> /* struct compat_timeval */
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
* on every box. * on every box.
*/ */
#include <linux/config.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/miscdevice.h> #include <linux/miscdevice.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <linux/config.h>
#include <linux/compat.h> #include <linux/compat.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/module.h> #include <linux/module.h>
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
* Copyright (C) 2001 Hewlett-Packard <bame@debian.org> * Copyright (C) 2001 Hewlett-Packard <bame@debian.org>
*/ */
#include <linux/config.h>
#include <linux/sched.h> #include <linux/sched.h>
#include "float.h" #include "float.h"
#include "math-emu.h" #include "math-emu.h"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <linux/config.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
** **
*/ */
#include <linux/config.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/mm.h> #include <linux/mm.h>
......
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/config.h>
#ifndef MAX_HWIFS #ifndef MAX_HWIFS
#define MAX_HWIFS 2 #define MAX_HWIFS 2
#endif #endif
......
#ifndef _ASM_MAX_NUMNODES_H #ifndef _ASM_MAX_NUMNODES_H
#define _ASM_MAX_NUMNODES_H #define _ASM_MAX_NUMNODES_H
#include <linux/config.h>
/* Max 8 Nodes */ /* Max 8 Nodes */
#define NODES_SHIFT 3 #define NODES_SHIFT 3
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
* include/asm-parisc/serial.h * include/asm-parisc/serial.h
*/ */
#include <linux/config.h>
/* /*
* This assumes you have a 7.272727 MHz clock for your UART. * This assumes you have a 7.272727 MHz clock for your UART.
* The documentation implies a 40Mhz clock, and elsewhere a 7Mhz clock * The documentation implies a 40Mhz clock, and elsewhere a 7Mhz clock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment