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:
Michal Piotrowski 2007-08-21 12:36:51 -03:00 committed by Mauro Carvalho Chehab
parent b9758dfe0a
commit f518b43c45

View File

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