aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/core_marvel.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-10-10 10:33:38 +0200
committerArnd Bergmann <arnd@arndb.de>2022-10-10 10:33:55 +0200
commit2e21c1575208786f667cb66d8cf87a52160b81db (patch)
tree588d1c43e5b56598e629531257a9653ad8e225d7 /arch/alpha/kernel/core_marvel.c
parentalpha: add full ioread64/iowrite64 implementation (diff)
downloadlinux-dev-2e21c1575208786f667cb66d8cf87a52160b81db.tar.xz
linux-dev-2e21c1575208786f667cb66d8cf87a52160b81db.zip
alpha: fix marvel_ioread8 build regression
The previous build fix contained a small typo that led to another regression: arch/alpha/kernel/core_marvel.c:807:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'marvel_ioread8' Reported-by: kernel test robot <lkp@intel.com> Fixes: e19d4ebc536d ("alpha: add full ioread64/iowrite64 implementation") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r--arch/alpha/kernel/core_marvel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/core_marvel.c b/arch/alpha/kernel/core_marvel.c
index 6d0b3baf97ff..e9348aec4649 100644
--- a/arch/alpha/kernel/core_marvel.c
+++ b/arch/alpha/kernel/core_marvel.c
@@ -803,7 +803,7 @@ void __iomem *marvel_ioportmap (unsigned long addr)
return (void __iomem *)addr;
}
-unsigned u8
+u8
marvel_ioread8(const void __iomem *xaddr)
{
unsigned long addr = (unsigned long) xaddr;