summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx18
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-08-22 15:24:12 +0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-08-26 19:01:44 +0200
commit59364e971c1c4e2bcf45ee118507d60609337de8 (patch)
treebb274ae46dbc74eb97b60980baf1e000efef7162 /drivers/media/pci/cx18
parentv4l2-core: fix coding style for the two new c files (diff)
downloadlinux-59364e971c1c4e2bcf45ee118507d60609337de8.tar.xz
linux-59364e971c1c4e2bcf45ee118507d60609337de8.zip
media: remove include stdarg.h from some drivers
It doesn't make any sense to have gcc's stdarg.h included inside the Linux Kernel. Get rid of those includes. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci/cx18')
-rw-r--r--drivers/media/pci/cx18/cx18-mailbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx18/cx18-mailbox.c b/drivers/media/pci/cx18/cx18-mailbox.c
index 967ae2939099..162480ec68ca 100644
--- a/drivers/media/pci/cx18/cx18-mailbox.c
+++ b/drivers/media/pci/cx18/cx18-mailbox.c
@@ -6,7 +6,7 @@
* Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net>
*/
-#include <stdarg.h>
+#include <linux/bitops.h>
#include "cx18-driver.h"
#include "cx18-io.h"