diff options
author | Markus Armbruster | 2019-03-15 15:51:22 +0100 |
---|---|---|
committer | Markus Armbruster | 2019-05-13 08:58:55 +0200 |
commit | 177d9e0da094efb0fadb8daf54b340729b452c8f (patch) | |
tree | c58161507a8511c677be47a4d03a127e7c98959e /include/scsi | |
parent | Clean up ill-advised or unusual header guards (diff) | |
download | qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.tar.gz qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.tar.xz qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.zip |
Normalize header guard symbol definition.
We commonly define the header guard symbol without an explicit value.
Normalize the exceptions.
Done with scripts/clean-header-guards.pl.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190315145123.28030-8-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/utils.h b/include/scsi/utils.h index 4b705f5e0f..9351b21ead 100644 --- a/include/scsi/utils.h +++ b/include/scsi/utils.h @@ -1,5 +1,5 @@ #ifndef SCSI_UTILS_H -#define SCSI_UTILS_H 1 +#define SCSI_UTILS_H #ifdef CONFIG_LINUX #include <scsi/sg.h> |