include/socketcan: prepare headers to be moved to include/linux

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>
pull/1/head
Marc Kleine-Budde 2014-01-16 16:57:50 +01:00
parent e18841ee53
commit 7c05512317
4 changed files with 4 additions and 4 deletions

View 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

View 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;

View 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)

View 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)