diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-05 02:01:02 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-05 02:01:02 +0100 |
commit | 0d9300269098773ccd15ee66cf881b34ff5d9f12 (patch) | |
tree | 89ca72f394c1ae3e5f346e2106ee8247d2ed86e6 | |
parent | cb252fba68f70632461ed47b7ca413c6f3de5f37 (diff) | |
download | ldd3-0d9300269098773ccd15ee66cf881b34ff5d9f12.tar.gz |
usb: usb-skeleton: Removes <linux/config.h>
-rw-r--r-- | usb/usb-skeleton.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usb/usb-skeleton.c b/usb/usb-skeleton.c index 625bc0b..320d4ce 100644 --- a/usb/usb-skeleton.c +++ b/usb/usb-skeleton.c @@ -13,7 +13,6 @@ * */ -#include <linux/config.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/init.h> |