diff options
| author | Olof Johansson <olof@lixom.net> | 2014-07-19 17:59:07 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2014-07-19 17:59:07 -0400 |
| commit | 4e9816d012dbc28dc89559261c6ffbf8ffc440dd (patch) | |
| tree | dee9f8b31f3d6d2fb141541da88e1cc1329b017e /include/uapi/linux/can | |
| parent | da98f44f27d81d7fe9a41f69af4fe08c18d13b56 (diff) | |
| parent | 1795cd9b3a91d4b5473c97f491d63892442212ab (diff) | |
Merge tag 'v3.16-rc5' into next/fixes-non-critical
Linux 3.16-rc5
Diffstat (limited to 'include/uapi/linux/can')
| -rw-r--r-- | include/uapi/linux/can/bcm.h | 6 | ||||
| -rw-r--r-- | include/uapi/linux/can/error.h | 6 | ||||
| -rw-r--r-- | include/uapi/linux/can/gw.h | 6 | ||||
| -rw-r--r-- | include/uapi/linux/can/netlink.h | 6 | ||||
| -rw-r--r-- | include/uapi/linux/can/raw.h | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/include/uapi/linux/can/bcm.h b/include/uapi/linux/can/bcm.h index 382251a1d214..89ddb9dc9bdf 100644 --- a/include/uapi/linux/can/bcm.h +++ b/include/uapi/linux/can/bcm.h | |||
| @@ -41,8 +41,8 @@ | |||
| 41 | * DAMAGE. | 41 | * DAMAGE. |
| 42 | */ | 42 | */ |
| 43 | 43 | ||
| 44 | #ifndef CAN_BCM_H | 44 | #ifndef _UAPI_CAN_BCM_H |
| 45 | #define CAN_BCM_H | 45 | #define _UAPI_CAN_BCM_H |
| 46 | 46 | ||
| 47 | #include <linux/types.h> | 47 | #include <linux/types.h> |
| 48 | #include <linux/can.h> | 48 | #include <linux/can.h> |
| @@ -95,4 +95,4 @@ enum { | |||
| 95 | #define TX_RESET_MULTI_IDX 0x0200 | 95 | #define TX_RESET_MULTI_IDX 0x0200 |
| 96 | #define RX_RTR_FRAME 0x0400 | 96 | #define RX_RTR_FRAME 0x0400 |
| 97 | 97 | ||
| 98 | #endif /* CAN_BCM_H */ | 98 | #endif /* !_UAPI_CAN_BCM_H */ |
diff --git a/include/uapi/linux/can/error.h b/include/uapi/linux/can/error.h index b63204545320..c247446ab25a 100644 --- a/include/uapi/linux/can/error.h +++ b/include/uapi/linux/can/error.h | |||
| @@ -41,8 +41,8 @@ | |||
| 41 | * DAMAGE. | 41 | * DAMAGE. |
| 42 | */ | 42 | */ |
| 43 | 43 | ||
| 44 | #ifndef CAN_ERROR_H | 44 | #ifndef _UAPI_CAN_ERROR_H |
| 45 | #define CAN_ERROR_H | 45 | #define _UAPI_CAN_ERROR_H |
| 46 | 46 | ||
| 47 | #define CAN_ERR_DLC 8 /* dlc for error message frames */ | 47 | #define CAN_ERR_DLC 8 /* dlc for error message frames */ |
| 48 | 48 | ||
| @@ -120,4 +120,4 @@ | |||
| 120 | 120 | ||
| 121 | /* controller specific additional information / data[5..7] */ | 121 | /* controller specific additional information / data[5..7] */ |
| 122 | 122 | ||
| 123 | #endif /* CAN_ERROR_H */ | 123 | #endif /* _UAPI_CAN_ERROR_H */ |
diff --git a/include/uapi/linux/can/gw.h b/include/uapi/linux/can/gw.h index 844c8964bdfe..3e6184cf2f6d 100644 --- a/include/uapi/linux/can/gw.h +++ b/include/uapi/linux/can/gw.h | |||
| @@ -41,8 +41,8 @@ | |||
| 41 | * DAMAGE. | 41 | * DAMAGE. |
| 42 | */ | 42 | */ |
| 43 | 43 | ||
| 44 | #ifndef CAN_GW_H | 44 | #ifndef _UAPI_CAN_GW_H |
| 45 | #define CAN_GW_H | 45 | #define _UAPI_CAN_GW_H |
| 46 | 46 | ||
| 47 | #include <linux/types.h> | 47 | #include <linux/types.h> |
| 48 | #include <linux/can.h> | 48 | #include <linux/can.h> |
| @@ -200,4 +200,4 @@ enum { | |||
| 200 | * Beware of sending unpacked or aligned structs! | 200 | * Beware of sending unpacked or aligned structs! |
| 201 | */ | 201 | */ |
| 202 | 202 | ||
| 203 | #endif | 203 | #endif /* !_UAPI_CAN_GW_H */ |
diff --git a/include/uapi/linux/can/netlink.h b/include/uapi/linux/can/netlink.h index 7e2e1863db16..813d11f54977 100644 --- a/include/uapi/linux/can/netlink.h +++ b/include/uapi/linux/can/netlink.h | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef CAN_NETLINK_H | 18 | #ifndef _UAPI_CAN_NETLINK_H |
| 19 | #define CAN_NETLINK_H | 19 | #define _UAPI_CAN_NETLINK_H |
| 20 | 20 | ||
| 21 | #include <linux/types.h> | 21 | #include <linux/types.h> |
| 22 | 22 | ||
| @@ -130,4 +130,4 @@ enum { | |||
| 130 | 130 | ||
| 131 | #define IFLA_CAN_MAX (__IFLA_CAN_MAX - 1) | 131 | #define IFLA_CAN_MAX (__IFLA_CAN_MAX - 1) |
| 132 | 132 | ||
| 133 | #endif /* CAN_NETLINK_H */ | 133 | #endif /* !_UAPI_CAN_NETLINK_H */ |
diff --git a/include/uapi/linux/can/raw.h b/include/uapi/linux/can/raw.h index c7d8c334e0ce..78ec76fd89a6 100644 --- a/include/uapi/linux/can/raw.h +++ b/include/uapi/linux/can/raw.h | |||
| @@ -42,8 +42,8 @@ | |||
| 42 | * DAMAGE. | 42 | * DAMAGE. |
| 43 | */ | 43 | */ |
| 44 | 44 | ||
| 45 | #ifndef CAN_RAW_H | 45 | #ifndef _UAPI_CAN_RAW_H |
| 46 | #define CAN_RAW_H | 46 | #define _UAPI_CAN_RAW_H |
| 47 | 47 | ||
| 48 | #include <linux/can.h> | 48 | #include <linux/can.h> |
| 49 | 49 | ||
| @@ -59,4 +59,4 @@ enum { | |||
| 59 | CAN_RAW_FD_FRAMES, /* allow CAN FD frames (default:off) */ | 59 | CAN_RAW_FD_FRAMES, /* allow CAN FD frames (default:off) */ |
| 60 | }; | 60 | }; |
| 61 | 61 | ||
| 62 | #endif | 62 | #endif /* !_UAPI_CAN_RAW_H */ |
