forked from Minki/linux
V4L/DVB (6078): Coding style fix drivers/media/video/zr36016.c
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
b9758dfe0a
commit
f518b43c45
@ -38,11 +38,11 @@
|
||||
#include<linux/videodev.h> */
|
||||
|
||||
/* I/O commands, error codes */
|
||||
#include<asm/io.h>
|
||||
#include <asm/io.h>
|
||||
//#include<errno.h>
|
||||
|
||||
/* v4l API */
|
||||
#include<linux/videodev.h>
|
||||
#include <linux/videodev.h>
|
||||
|
||||
/* headerfile of this module */
|
||||
#include"zr36016.h"
|
||||
|
Loading…
Reference in New Issue
Block a user