diff options
author | Jörn Engel <joern@wohnheim.fh-wedel.de> | 2006-06-30 19:25:36 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 19:25:36 +0200 |
commit | 6ab3d5624e172c553004ecc862bfeac16d9d68b7 (patch) | |
tree | 6d98881fe91fd9583c109208d5c27131b93fa248 /net/netrom | |
parent | e02169b682bc448ccdc819dc8639ed34a23cedd8 (diff) | |
download | linux-3.10-6ab3d5624e172c553004ecc862bfeac16d9d68b7.tar.gz linux-3.10-6ab3d5624e172c553004ecc862bfeac16d9d68b7.tar.bz2 linux-3.10-6ab3d5624e172c553004ecc862bfeac16d9d68b7.zip |
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>
Diffstat (limited to 'net/netrom')
-rw-r--r-- | net/netrom/af_netrom.c | 1 | ||||
-rw-r--r-- | net/netrom/nr_dev.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/netrom/af_netrom.c b/net/netrom/af_netrom.c index 3669cb953e6..eba6df054b1 100644 --- a/net/netrom/af_netrom.c +++ b/net/netrom/af_netrom.c @@ -8,7 +8,6 @@ * Copyright Alan Cox GW4PTS (alan@lxorguk.ukuu.org.uk) * Copyright Darryl Miles G7LED (dlm@g7led.demon.co.uk) */ -#include <linux/config.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/capability.h> diff --git a/net/netrom/nr_dev.c b/net/netrom/nr_dev.c index 621e5586ab0..9b8eb54971a 100644 --- a/net/netrom/nr_dev.c +++ b/net/netrom/nr_dev.c @@ -6,7 +6,6 @@ * * Copyright Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) */ -#include <linux/config.h> #include <linux/module.h> #include <linux/proc_fs.h> #include <linux/kernel.h> |