Skip to content

Commit 6ab3d56

Browse files
Jörn EngelAdrianBunk
authored andcommitted
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>
1 parent e02169b commit 6ab3d56

File tree

2,972 files changed

+0
-2976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,972 files changed

+0
-2976
lines changed

arch/alpha/kernel/alpha_ksyms.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* modules.
66
*/
77

8-
#include <linux/config.h>
98
#include <linux/module.h>
109
#include <linux/string.h>
1110
#include <linux/user.h>

arch/alpha/kernel/console.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* non-0 I/O hose
66
*/
77

8-
#include <linux/config.h>
98
#include <linux/pci.h>
109
#include <linux/init.h>
1110
#include <linux/tty.h>

arch/alpha/kernel/entry.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Kernel entry-points.
55
*/
66

7-
#include <linux/config.h>
87
#include <asm/asm-offsets.h>
98
#include <asm/thread_info.h>
109
#include <asm/pal.h>

arch/alpha/kernel/gct.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* linux/arch/alpha/kernel/gct.c
33
*/
44

5-
#include <linux/config.h>
65
#include <linux/kernel.h>
76
#include <linux/types.h>
87
#include <linux/errno.h>

arch/alpha/kernel/head.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* the kernel global pointer and jump to the kernel entry-point.
88
*/
99

10-
#include <linux/config.h>
1110
#include <asm/system.h>
1211
#include <asm/asm-offsets.h>
1312

arch/alpha/kernel/irq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* should be easier.
1111
*/
1212

13-
#include <linux/config.h>
1413
#include <linux/kernel.h>
1514
#include <linux/module.h>
1615
#include <linux/errno.h>

arch/alpha/kernel/irq_alpha.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Alpha specific irq code.
33
*/
44

5-
#include <linux/config.h>
65
#include <linux/init.h>
76
#include <linux/sched.h>
87
#include <linux/irq.h>

arch/alpha/kernel/irq_i8259.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* Started hacking from linux-2.3.30pre6/arch/i386/kernel/i8259.c.
88
*/
99

10-
#include <linux/config.h>
1110
#include <linux/init.h>
1211
#include <linux/cache.h>
1312
#include <linux/sched.h>

arch/alpha/kernel/machvec_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* This file has goodies to help simplify instantiation of machine vectors.
77
*/
88

9-
#include <linux/config.h>
109
#include <asm/pgalloc.h>
1110

1211
/* Whee. These systems don't have an HAE:

arch/alpha/kernel/pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Nov 2000, Ivan Kokshaysky <ink@jurassic.park.msu.ru>
1313
* PCI-PCI bridges cleanup
1414
*/
15-
#include <linux/config.h>
1615
#include <linux/string.h>
1716
#include <linux/pci.h>
1817
#include <linux/init.h>

0 commit comments

Comments
 (0)