From: Oliver Hartkopp Date: Thu, 15 May 2014 18:31:56 +0000 (+0200) Subject: can: unify identifiers to ensure unique include processing X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~188^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42193e3efb632c84d686acacd7b2327f2b1f8c63;p=pandora-kernel.git can: unify identifiers to ensure unique include processing 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 Signed-off-by: Oliver Hartkopp Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed