diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-05 02:04:25 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-05 02:04:25 +0100 |
commit | 1a075a696ee970bcb75fdd1c59abdaf3602519f8 (patch) | |
tree | 93a4c41784ded10718f13162813a62a3e07e03ce | |
parent | a7599e59aef058f861fd21b97b6d876bd909deae (diff) | |
download | ldd3-1a075a696ee970bcb75fdd1c59abdaf3602519f8.tar.gz |
shortprint: Removes <linux/config.h>
-rw-r--r-- | shortprint/shortprint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shortprint/shortprint.c b/shortprint/shortprint.c index d7c8520..8004731 100644 --- a/shortprint/shortprint.c +++ b/shortprint/shortprint.c @@ -15,7 +15,6 @@ * * $Id: shortprint.c,v 1.4 2004/09/26 08:01:04 gregkh Exp $ */ -#include <linux/config.h> #include <linux/module.h> #include <linux/moduleparam.h> |