Files
android_kernel_xiaomi_sm8450/arch/nios2/include/asm
Randy Dunlap 81dbd898fb NIOS2: irqflags: rename a redefined register name
[ Upstream commit 4cce60f15c04d69eff6ffc539ab09137dbe15070 ]

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:56:48 +02:00
..
2018-04-11 10:28:39 -07:00
2014-12-08 12:56:01 +08:00
2019-11-11 21:18:19 +01:00
2014-12-08 12:55:51 +08:00
2018-10-31 08:54:12 -07:00
2015-03-12 13:35:06 +08:00
2014-12-08 12:56:00 +08:00
2014-12-08 12:55:53 +08:00
2019-04-03 10:32:54 +02:00
2014-12-08 12:55:50 +08:00
2020-08-12 10:57:58 -07:00