projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2121427
)
USB: remove unused #include <version.h>
author
Huang Weiyi
<weiyi.huang@gmail.com>
Sat, 23 Aug 2008 05:56:30 +0000
(13:56 +0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 17 Oct 2008 21:40:53 +0000
(14:40 -0700)
The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
drivers/usb/gadget/pxa27x_udc.c
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/pxa27x_udc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/pxa27x_udc.c
b/drivers/usb/gadget/pxa27x_udc.c
index 7cbc78a6853d846689b000842cf264466a67dedc..bcf375ca3d7279d43d66dae544211d5a70edde52 100644
(file)
--- a/
drivers/usb/gadget/pxa27x_udc.c
+++ b/
drivers/usb/gadget/pxa27x_udc.c
@@
-22,7
+22,6
@@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
-#include <linux/version.h>
#include <linux/errno.h>
#include <linux/platform_device.h>
#include <linux/delay.h>