mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drivers/usb/storage/sddr55.c: Remove duplicate header
@ 2019-01-10  7:40 Sabyasachi Gupta
  2019-01-11  9:10 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Sabyasachi Gupta @ 2019-01-10  7:40 UTC (permalink / raw)
  To: stern, gregkh
  Cc: jrdr.linux, linux-usb, usb-storage, linux-kernel, brajeswar.linux

Remove unusual_sddr55.h which is included more than once

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 drivers/usb/storage/sddr55.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/storage/sddr55.c b/drivers/usb/storage/sddr55.c
index b8527c5..96bf7ee 100644
--- a/drivers/usb/storage/sddr55.c
+++ b/drivers/usb/storage/sddr55.c
@@ -62,7 +62,6 @@ MODULE_DEVICE_TABLE(usb, sddr55_usb_ids);
 }
 
 static struct us_unusual_dev sddr55_unusual_dev_list[] = {
-#	include "unusual_sddr55.h"
 	{ }		/* Terminating entry */
 };
 
-- 
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-11 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10  7:40 [PATCH] drivers/usb/storage/sddr55.c: Remove duplicate header Sabyasachi Gupta
2019-01-11  9:10 ` Greg KH
2019-01-11 10:59   ` Oliver Neukum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome