Commit 2e21c157 authored by Arnd Bergmann's avatar Arnd Bergmann

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: default avatarkernel test robot <lkp@intel.com>
Fixes: e19d4ebc ("alpha: add full ioread64/iowrite64 implementation")
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e19d4ebc
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment