usb: host: ehci.h: remove direct use of __attribute__ keyword
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:44:48 +0000 (22:44 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commit3a9e742f3c2cc63167abe10ea8099861dde28085
tree5640371fb88e11c715ec95cafc970e6b223aee91
parentbc4beadabf53a26268b12c930557b364fd4e2b28
usb: host: ehci.h: remove direct use of __attribute__ keyword

Prefer to use __aligned(size) macro instead of
__attribute__((aligned(size))).

Caught by checkpatch.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci.h