UPSTREAM: KVM: x86: remove ignored type attribute

The macro insn_fetch marks the 'type' argument as having a specified
alignment.  Type attributes can only be applied to structs, unions, or
enums, but insn_fetch is only ever invoked with integral types, so Clang
produces 19 -Wignored-attributes warnings for this source file.

Signed-off-by: Nick Desaulniers <nick.desaulniers@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 8616abc253793345a245d026c7a0cc11fbc3abd8)

BUG=chromium:702741
TEST=build with clang for eve

Change-Id: Icdd062f4dd122851da7c9462c095aadc512c6d5b
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/938302
Reviewed-by: Guenter Roeck <groeck@chromium.org>
1 file changed