LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v2] [media] pvrusb2: delete unneeded include
@ 2018-05-06 8:33 Julia Lawall
0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2018-05-06 8:33 UTC (permalink / raw)
To: Mike Isely
Cc: kernel-janitors, Mauro Carvalho Chehab, linux-media, linux-kernel
pvrusb2-video-v4l.h only declares pvr2_saa7115_subdev_update and
includes pvrusb2-hdw-internal.h. pvrusb2-cx2584x-v4l.c does not
use pvr2_saa7115_subdev_update and it explicitly includes
pvrusb2-hdw-internal.h.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
---
v2: Make the subject line a bit less generic
drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c b/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c
index 242b213..d5bec0f 100644
--- a/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c
+++ b/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c
@@ -23,7 +23,6 @@
*/
#include "pvrusb2-cx2584x-v4l.h"
-#include "pvrusb2-video-v4l.h"
#include "pvrusb2-hdw-internal.h"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-06 8:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-06 8:33 [PATCH v2] [media] pvrusb2: delete unneeded include Julia Lawall
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).