From: Rasmus Villemoes Date: Fri, 22 Aug 2014 12:54:31 +0000 (+0200) Subject: target: target_core_ua_h: Add #define of include guard X-Git-Tag: v3.18-rc2~16^2~37 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c6c2a3de36b1e45841888e27bc2f85ef4e471ad3;p=karo-tx-linux.git target: target_core_ua_h: Add #define of include guard Clearly the file was meant to contain an include guard, but it was missing the #define part. Signed-off-by: Rasmus Villemoes Signed-off-by: Nicholas Bellinger --- diff --git a/drivers/target/target_core_ua.h b/drivers/target/target_core_ua.h index be912b36daae..a6b56b364e7a 100644 --- a/drivers/target/target_core_ua.h +++ b/drivers/target/target_core_ua.h @@ -1,4 +1,5 @@ #ifndef TARGET_CORE_UA_H +#define TARGET_CORE_UA_H /* * From spc4r17, Table D.1: ASC and ASCQ Assignement