x86/io: Remove the unused 'bw' parameter from the BUILDIO() macro
authorYuntao Wang <ytcoode@gmail.com>
Thu, 23 Nov 2023 03:49:11 +0000 (11:49 +0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 23 Nov 2023 09:57:36 +0000 (10:57 +0100)
commit03f111710af9ea9cd5a08ecc98e456d1cc0c2284
tree3983d52a64c9ae4eee6d4c483800cfc259a55b9c
parent4e15b91c5b7919c530c27f39c7f2d392bf0a95e3
x86/io: Remove the unused 'bw' parameter from the BUILDIO() macro

Commit 1e8f93e18379 ("x86: Consolidate port I/O helpers") moved some
port I/O helpers to <asm/shared/io.h>, which caused the 'bw' parameter
in the BUILDIO() macro to become unused. Remove it.

Signed-off-by: Yuntao Wang <ytcoode@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20231123034911.217791-1-ytcoode@gmail.com
arch/x86/include/asm/io.h