linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: ddbridge: remove some duplicated include file
@ 2018-09-20  4:56 zhong jiang
  2018-09-20 14:26 ` Jasmin J.
  0 siblings, 1 reply; 2+ messages in thread
From: zhong jiang @ 2018-09-20  4:56 UTC (permalink / raw)
  To: mchehab; +Cc: d.scheller, jasmin, linux-media, linux-kernel

interrupt.h and io.h have duplicated include. hence just remove
redundant file.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
---
 drivers/media/pci/ddbridge/ddbridge.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/media/pci/ddbridge/ddbridge.h b/drivers/media/pci/ddbridge/ddbridge.h
index f137155..27b46fe 100644
--- a/drivers/media/pci/ddbridge/ddbridge.h
+++ b/drivers/media/pci/ddbridge/ddbridge.h
@@ -20,11 +20,9 @@
 
 #include <linux/module.h>
 #include <linux/init.h>
-#include <linux/interrupt.h>
 #include <linux/delay.h>
 #include <linux/slab.h>
 #include <linux/poll.h>
-#include <linux/io.h>
 #include <linux/pci.h>
 #include <linux/timer.h>
 #include <linux/i2c.h>
-- 
1.7.12.4


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

* Re: [PATCH] media: ddbridge: remove some duplicated include file
  2018-09-20  4:56 [PATCH] media: ddbridge: remove some duplicated include file zhong jiang
@ 2018-09-20 14:26 ` Jasmin J.
  0 siblings, 0 replies; 2+ messages in thread
From: Jasmin J. @ 2018-09-20 14:26 UTC (permalink / raw)
  To: zhong jiang, mchehab; +Cc: d.scheller, linux-media, linux-kernel

Hello Zhong!

Daniel is no longer maintaining the DD driver. In fact the driver is currently
unmaintained.

I have no time to check this in detail, but I guess you checked it already.
I give my ACK now, so that Mauro can merge it:

  Acked-by: Jasmin Jessich <jasmin@anw.at>

BR,
   Jasmin

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

end of thread, other threads:[~2018-09-20 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20  4:56 [PATCH] media: ddbridge: remove some duplicated include file zhong jiang
2018-09-20 14:26 ` Jasmin J.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).