]> www.infradead.org Git - users/dwmw2/linux.git/commit
firewire: ohci: use helper macro for compiler aligned attribute
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 14 Aug 2024 13:12:20 +0000 (22:12 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 14 Aug 2024 13:12:20 +0000 (22:12 +0900)
commit56a4832c9f2e46e380ee1979a02f44b115598bf3
treeb45a34f08bdfe238dd99338a1ff929c453f2dfef
parentd9f6c64e03c2fd5bfe8e03f806b8e56d9cf112e4
firewire: ohci: use helper macro for compiler aligned attribute

The __aligned() macro has been available since v4.19 kernel by a commit
815f0ddb346c ("include/linux/compiler*.h: make compiler-*.h mutually
exclusive").

This commit replaces with the macro.

Link: https://lore.kernel.org/r/20240814131222.69949-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/ohci.c