diff options
| author | Matthew Wilcox <willy@parisc-linux.org> | 2005-03-08 16:12:57 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-08 16:12:57 -0800 |
| commit | 16b81eccbfaa784f801af8e67cea7e924b572f2f (patch) | |
| tree | e296ea7ae622a919c485accd786562dfe9d33e40 /include | |
| parent | 28c6150167a30e00ea3bc58d580f0e5376a936d4 (diff) | |
[PATCH] Improve PA-RISC make configcheck
Fix "make configcheck | fgrep 'not needed' | fgrep parisc"
Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-parisc/ide.h | 2 | ||||
| -rw-r--r-- | include/asm-parisc/numnodes.h | 2 | ||||
| -rw-r--r-- | include/asm-parisc/serial.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-parisc/ide.h b/include/asm-parisc/ide.h index 15a9374c1c0f..a463c8642cab 100644 --- a/include/asm-parisc/ide.h +++ b/include/asm-parisc/ide.h @@ -13,8 +13,6 @@ #ifdef __KERNEL__ -#include <linux/config.h> - #ifndef MAX_HWIFS #define MAX_HWIFS 2 #endif diff --git a/include/asm-parisc/numnodes.h b/include/asm-parisc/numnodes.h index dcdd933eb60b..6c67651efd1c 100644 --- a/include/asm-parisc/numnodes.h +++ b/include/asm-parisc/numnodes.h @@ -1,8 +1,6 @@ #ifndef _ASM_MAX_NUMNODES_H #define _ASM_MAX_NUMNODES_H -#include <linux/config.h> - /* Max 8 Nodes */ #define NODES_SHIFT 3 diff --git a/include/asm-parisc/serial.h b/include/asm-parisc/serial.h index 230644f9e28e..239c5dcab7e6 100644 --- a/include/asm-parisc/serial.h +++ b/include/asm-parisc/serial.h @@ -2,8 +2,6 @@ * include/asm-parisc/serial.h */ -#include <linux/config.h> - /* * This assumes you have a 7.272727 MHz clock for your UART. * The documentation implies a 40Mhz clock, and elsewhere a 7Mhz clock |
