include/socketcan: prepare headers to be moved to include/linux
authorMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 16 Jan 2014 15:57:50 +0000 (16:57 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 23 Jan 2014 12:48:08 +0000 (13:48 +0100)
This patch changes the include from the socketcan folder to the linux folder:

-#include <socketcan/can.h>
+#include <linux/can.h>

so that the socketcan folder can be eliminated in a later patch.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
include/socketcan/can/bcm.h
include/socketcan/can/gw.h
include/socketcan/can/isotp.h
include/socketcan/can/raw.h

index 10185e8..f10af82 100644 (file)
@@ -13,7 +13,7 @@
 #define CAN_BCM_H
 
 #include <linux/types.h>
-#include <socketcan/can.h>
+#include <linux/can.h>
 
 /**
  * struct bcm_msg_head - head of messages to/from the broadcast manager
index 56d3246..f709809 100644 (file)
@@ -13,7 +13,7 @@
 #define CAN_GW_H
 
 #include <linux/types.h>
-#include <socketcan/can.h>
+#include <linux/can.h>
 
 struct rtcanmsg {
        __u8  can_family;
index 541369a..18d13d1 100644 (file)
@@ -46,7 +46,7 @@
 #ifndef CAN_ISOTP_H
 #define CAN_ISOTP_H
 
-#include <socketcan/can.h>
+#include <linux/can.h>
 
 #define SOL_CAN_ISOTP (SOL_CAN_BASE + CAN_ISOTP)
 
index ee683c5..c80bff0 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef CAN_RAW_H
 #define CAN_RAW_H
 
-#include <socketcan/can.h>
+#include <linux/can.h>
 
 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)