]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: fix marvel_ioread8 build regression
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Oct 2022 08:33:38 +0000 (10:33 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 10 Oct 2022 08:33:55 +0000 (10:33 +0200)
commitce17d324bc26129ef9847fc73b0a7c3aa33501c4
tree588d1c43e5b56598e629531257a9653ad8e225d7
parent15412092edcfc6d78809ff53e3a1bf805b4037ec
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: 15412092edcf ("alpha: add full ioread64/iowrite64 implementation")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/alpha/kernel/core_marvel.c