Remove obsolete #include <linux/config.h>

Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Jörn Engel
2006-06-30 19:25:36 +02:00
committed by Adrian Bunk
parent e02169b682
commit 6ab3d5624e
2972 changed files with 0 additions and 2976 deletions

View File

@ -7,7 +7,6 @@
*/
.text
#include <linux/config.h>
#include <linux/linkage.h>
#include <asm/addrspace.h>
#include <asm/page.h>

View File

@ -5,7 +5,6 @@
*
*/
#include <linux/config.h>
#include <asm/processor.h>
static void putc(char c);

View File

@ -12,7 +12,6 @@
* This is based on arch/sh/boot/compressed/misc.c.
*/
#include <linux/config.h>
#include <linux/string.h>
/*

View File

@ -1,4 +1,3 @@
#include <linux/config.h>
OUTPUT_ARCH(m32r)
ENTRY(startup)

View File

@ -11,7 +11,6 @@
#include <asm/page.h>
#include <asm/pgtable.h>
#include <linux/config.h>
#include <asm/assembler.h>
#include <asm/mmu_context.h>
#include <asm/m32r.h>