aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/can/error.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-19can: unify identifiers to ensure unique include processingOliver Hartkopp1-3/+3
Armin pointed me to the fact that the identifier which is used to ensure the unique include processing in lunux/include/uapi/linux/can.h is CAN_H. This clashed with his own source as includes from libraries and APIs should use an underscore '_' at the identifier start. This patch fixes the protection identifiers in all CAN relavant includes. Reported-by: Armin Burchardt <[email protected]> Signed-off-by: Oliver Hartkopp <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
2013-09-21can: add explicit copyrights to can headersUwe Kleine-König1-0/+32
These files are copied to the source code of user space applications (in this case can-utils) and so it makes sense to mention explicitly their copyright. I added the terms of C code that was introduced in the same commit as these headers. Signed-off-by: Uwe Kleine-König <[email protected]> Acked-by: Oliver Hartkopp <[email protected]> Acked-by: Urs Thuermann <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
2012-10-10UAPI: (Scripted) Disintegrate include/linux/canDavid Howells1-0/+91
Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>