mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 19:50:24 +02:00
This patch marks the arrays reg_map_c_can and reg_map_d_can as __maybe_unused,
as they are indeed unused in the c_can driver. This warning shows up, when
compiling the kernel with "W=1":
drivers/net/can/c_can/c_can.c:45:
drivers/net/can/c_can/c_can.h:124:18: warning: ‘reg_map_d_can’ defined but not used [-Wunused-const-variable=]
drivers/net/can/c_can/c_can.h:84:18: warning: ‘reg_map_c_can’ defined but not used [-Wunused-const-variable=]
Link: http://lore.kernel.org/r/20201006203748.1750156-4-mkl@pengutronix.de
Fixes:
|
||
|---|---|---|
| .. | ||
| c_can.c | ||
| c_can.h | ||
| c_can_pci.c | ||
| c_can_platform.c | ||
| Kconfig | ||
| Makefile | ||