diff options
author | Markus Armbruster | 2019-03-15 15:51:19 +0100 |
---|---|---|
committer | Markus Armbruster | 2019-05-13 08:58:55 +0200 |
commit | 814167479a4c7cccc3f5d532fc234dc75ab8961c (patch) | |
tree | 2d5ffc65521e9f3a21dea55ea562f2d851e4bb9e /fsdev | |
parent | linux-user/nios2 linux-user/riscv: Clean up header guards (diff) | |
download | qemu-814167479a4c7cccc3f5d532fc234dc75ab8961c.tar.gz qemu-814167479a4c7cccc3f5d532fc234dc75ab8961c.tar.xz qemu-814167479a4c7cccc3f5d532fc234dc75ab8961c.zip |
target/xtensa: Clean up core-isa.h header guards
scripts/clean-header-guards.pl warns these headers use reserved
identifier _XTENSA_CORE_CONFIGURATION_H as header guard symbol. It
additionally warns the guard doesn't match the file name.
Reuse of the same guard symbol in multiple headers is okay as long as
they cannot be included together.
Since we can avoid guard symbol reuse easily, do so: use the guard
symbol scripts/clean-header-guards.pl picks, less the TARGET_ prefix.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190315145123.28030-5-armbru@redhat.com>
Diffstat (limited to 'fsdev')
0 files changed, 0 insertions, 0 deletions