[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5c36f533.1c69fb81.253c8.2646@mx.google.com>
Date: Thu, 10 Jan 2019 13:03:02 +0530
From: Sabyasachi Gupta <sabyasachi.linux@...il.com>
To: stern@...land.harvard.edu, gregkh@...uxfoundation.org
Cc: jrdr.linux@...il.com, linux-usb@...r.kernel.org,
usb-storage@...ts.one-eyed-alien.net, linux-kernel@...r.kernel.org,
brajeswar.linux@...il.com
Subject: [PATCH] drivers/usb/storage/jumpshot.c: Remove duplicate header
Remove unusual_jumpshot.h which is included more than once.
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@...il.com>
---
drivers/usb/storage/jumpshot.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/storage/jumpshot.c b/drivers/usb/storage/jumpshot.c
index 917f170..06e46c6 100644
--- a/drivers/usb/storage/jumpshot.c
+++ b/drivers/usb/storage/jumpshot.c
@@ -84,7 +84,6 @@ MODULE_DEVICE_TABLE(usb, jumpshot_usb_ids);
}
static struct us_unusual_dev jumpshot_unusual_dev_list[] = {
-# include "unusual_jumpshot.h"
{ } /* Terminating entry */
};
--
2.7.4
Powered by blists - more mailing lists