diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-11-27 12:31:51 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-11-27 12:50:38 +0100 |
commit | a244f2944d10e2678565ec0600dfa772a78469c7 (patch) | |
tree | 9d3e13b528ac83d9f5398ce99b8ba3a22d1c3afe | |
parent | 86911c18335cd191673b2e419a4045142073e3b4 (diff) | |
download | ldd3-a244f2944d10e2678565ec0600dfa772a78469c7.tar.gz |
scull: main: Removes obsolete <linux/config.h> header
-rw-r--r-- | scull/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scull/main.c b/scull/main.c index b1d9e3a..ab3feb3 100644 --- a/scull/main.c +++ b/scull/main.c @@ -14,7 +14,6 @@ * */ -#include <linux/config.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/init.h> |