diff options
Diffstat (limited to 'include/uapi/linux/can/error.h')
-rw-r--r-- | include/uapi/linux/can/error.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |