]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
USB: remove unused #include <version.h>
authorHuang Weiyi <weiyi.huang@gmail.com>
Sat, 23 Aug 2008 05:56:30 +0000 (13:56 +0800)
committerGreg 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

index 7cbc78a6853d846689b000842cf264466a67dedc..bcf375ca3d7279d43d66dae544211d5a70edde52 100644 (file)
@@ -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>