diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-22 14:54:31 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2014-09-15 14:27:43 -0700 |
commit | c6c2a3de36b1e45841888e27bc2f85ef4e471ad3 (patch) | |
tree | cbf03b55bcbf0653a9665f6f3ff5837b45aa0d83 /drivers/target/target_core_ua.h | |
parent | c04047eceed45ae210d020868672456c33cae300 (diff) | |
download | blackbird-obmc-linux-c6c2a3de36b1e45841888e27bc2f85ef4e471ad3.tar.gz blackbird-obmc-linux-c6c2a3de36b1e45841888e27bc2f85ef4e471ad3.zip |
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 <linux@rasmusvillemoes.dk>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_ua.h')
-rw-r--r-- | drivers/target/target_core_ua.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |