瀏覽代碼

USB: remove unused #include <version.h>

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>
Huang Weiyi 16 年之前
父節點
當前提交
58209018cf
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/usb/gadget/pxa27x_udc.c

+ 0 - 1
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>