linux-stable/arch/nios2
Randy Dunlap e003fdb907 NIOS2: irqflags: rename a redefined register name
[ Upstream commit 4cce60f15c ]

Both arch/nios2/ and drivers/mmc/host/tmio_mmc.c define a macro
with the name "CTL_STATUS". Change the one in arch/nios2/ to be
"CTL_FSTATUS" (flags status) to eliminate the build warning.

In file included from ../drivers/mmc/host/tmio_mmc.c:22:
drivers/mmc/host/tmio_mmc.h:31: warning: "CTL_STATUS" redefined
   31 | #define CTL_STATUS 0x1c
arch/nios2/include/asm/registers.h:14: note: this is the location of the previous definition
   14 | #define CTL_STATUS      0

Fixes: b31ebd8055 ("nios2: Nios2 registers")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-10-27 09:53:13 +02:00
..
boot nios2: dts: Remove leading 0x and 0s from bindings notation 2018-02-11 23:04:47 +08:00
configs nios2: defconfig: Cleanup from old Kconfig options 2018-02-11 23:04:53 +08:00
include NIOS2: irqflags: rename a redefined register name 2021-10-27 09:53:13 +02:00
kernel nios2: ksyms: Add missing symbol exports 2020-01-27 14:50:30 +01:00
lib
mm mm: convert return type of handle_mm_fault() caller to vm_fault_t 2018-08-17 16:20:28 -07:00
platform nios2: Add CDX support 2017-05-08 16:59:19 +08:00
Kconfig Consolidation of Kconfig files by Christoph Hellwig. 2018-08-15 13:05:12 -07:00
Kconfig.debug nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions 2018-08-27 09:47:20 +08:00
Makefile nios2: Add CDX support 2017-05-08 16:59:19 +08:00