mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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