|
@@ -38,14 +38,14 @@
|
|
#include<linux/videodev.h> */
|
|
#include<linux/videodev.h> */
|
|
|
|
|
|
/* I/O commands, error codes */
|
|
/* I/O commands, error codes */
|
|
-#include<asm/io.h>
|
|
|
|
|
|
+#include <asm/io.h>
|
|
//#include<errno.h>
|
|
//#include<errno.h>
|
|
|
|
|
|
/* headerfile of this module */
|
|
/* headerfile of this module */
|
|
-#include"zr36050.h"
|
|
|
|
|
|
+#include "zr36050.h"
|
|
|
|
|
|
/* codec io API */
|
|
/* codec io API */
|
|
-#include"videocodec.h"
|
|
|
|
|
|
+#include "videocodec.h"
|
|
|
|
|
|
/* it doesn't make sense to have more than 20 or so,
|
|
/* it doesn't make sense to have more than 20 or so,
|
|
just to prevent some unwanted loops */
|
|
just to prevent some unwanted loops */
|