commit | 3a9e742f3c2cc63167abe10ea8099861dde28085 | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Mon Jan 25 22:44:48 2016 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 13:44:05 2016 -0800 |
tree | 5640371fb88e11c715ec95cafc970e6b223aee91 | |
parent | bc4beadabf53a26268b12c930557b364fd4e2b28 [diff] |
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>