public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/usb/storage/cypress_atacb.c: Remove duplicate header
@ 2019-01-10  6:49 Sabyasachi Gupta
  2019-01-11  9:10 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Sabyasachi Gupta @ 2019-01-10  6:49 UTC (permalink / raw)
  To: stern, gregkh
  Cc: linux-usb, usb-storage, linux-kernel, jrdr.linux, brajeswar.linux

Remove unusual_cypress.h which is included more than once.

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

diff --git a/drivers/usb/storage/cypress_atacb.c b/drivers/usb/storage/cypress_atacb.c
index 4825902..be2e346 100644
--- a/drivers/usb/storage/cypress_atacb.c
+++ b/drivers/usb/storage/cypress_atacb.c
@@ -55,7 +55,6 @@ MODULE_DEVICE_TABLE(usb, cypress_usb_ids);
 }
 
 static struct us_unusual_dev cypress_unusual_dev_list[] = {
-#	include "unusual_cypress.h"
 	{ }		/* Terminating entry */
 };
 
-- 
2.7.4


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-10  6:49 [PATCH] drivers/usb/storage/cypress_atacb.c: Remove duplicate header Sabyasachi Gupta
2019-01-11  9:10 ` Greg KH

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