Commit 9ee2010a authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

missed of.h header file

parent be5e7c05
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
//#include <linux/errno.h> //#include <linux/errno.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/of.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/init.h> #include <linux/init.h>
//#include <linux/autoconf.h> //#include <linux/autoconf.h>
......
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/of.h>
//#include <asm/system.h> //#include <asm/system.h>
#include <asm/byteorder.h> // endians #include <asm/byteorder.h> // endians
......
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
//#include <linux/autoconf.h> //#include <linux/autoconf.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/of.h>
//#include <asm/system.h> //#include <asm/system.h>
#include <asm/byteorder.h> // endians #include <asm/byteorder.h> // endians
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include <uapi/elphel/x393_devices.h> // For sysfs #include <uapi/elphel/x393_devices.h> // For sysfs
#include <linux/platform_device.h> // For sysfs #include <linux/platform_device.h> // For sysfs
#include <linux/errno.h> //ETIMEDOUT #include <linux/errno.h> //ETIMEDOUT
#include <linux/of.h>
//#include "fpgactrl.h" // defines port_csp0_addr, port_csp4_addr //#include "fpgactrl.h" // defines port_csp0_addr, port_csp4_addr
//#include "x3x3.h" // detect sensor //#include "x3x3.h" // detect sensor
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#include <uapi/elphel/c313a.h> #include <uapi/elphel/c313a.h>
#include <uapi/elphel/x393_devices.h> // For sysfs #include <uapi/elphel/x393_devices.h> // For sysfs
#include <linux/platform_device.h> // For sysfs #include <linux/platform_device.h> // For sysfs
#include <linux/of.h>
//#include "fpgactrl.h" // defines port_csp0_addr, port_csp4_addr //#include "fpgactrl.h" // defines port_csp0_addr, port_csp4_addr
//#include "x3x3.h" // detect sensor //#include "x3x3.h" // detect sensor
......
...@@ -346,6 +346,7 @@ ...@@ -346,6 +346,7 @@
#include <uapi/elphel/c313a.h> #include <uapi/elphel/c313a.h>
#include <uapi/elphel/x393_devices.h> // For sysfs #include <uapi/elphel/x393_devices.h> // For sysfs
#include <linux/platform_device.h> // For sysfs #include <linux/platform_device.h> // For sysfs
#include <linux/of.h>
//#include "fpgactrl.h" // defines port_csp0_addr, port_csp4_addr //#include "fpgactrl.h" // defines port_csp0_addr, port_csp4_addr
//#include "x3x3.h" // detect sensor //#include "x3x3.h" // detect sensor
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/time.h> #include <linux/time.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/of.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment