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>
这个提交包含在:
Mauro Carvalho Chehab
2019-08-22 10:24:12 -03:00
父节点 cc14c00c47
当前提交 59364e971c
修改 4 个文件,包含 1 行新增5 行删除

查看文件

@@ -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"

查看文件

@@ -10,8 +10,6 @@
#include "ivtv-driver.h"
#include "ivtv-mailbox.h"
#include <stdarg.h>
/* Firmware mailbox flags*/
#define IVTV_MBOX_FIRMWARE_DONE 0x00000004
#define IVTV_MBOX_DRIVER_DONE 0x00000002

查看文件

@@ -14,7 +14,6 @@
/* for debugging ARM communication: */
//#define COM_DEBUG
#include <stdarg.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>