[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1618380340-108958-1-git-send-email-yang.lee@linux.alibaba.com>
Date: Wed, 14 Apr 2021 14:05:40 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: gregkh@...uxfoundation.org
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH] usb: core: remove unused including <linux/version.h>
Fix the following versioncheck warning:
./drivers/usb/core/hcd.c: 14 linux/version.h not needed.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
drivers/usb/core/hcd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
index 3f03813..53bc93d 100644
--- a/drivers/usb/core/hcd.c
+++ b/drivers/usb/core/hcd.c
@@ -11,7 +11,6 @@
#include <linux/bcd.h>
#include <linux/module.h>
-#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/sched/task_stack.h>
#include <linux/slab.h>
--
1.8.3.1
Powered by blists - more mailing lists