linux-stable/drivers/staging
Arnd Bergmann 276bc8a7dc greybus: arche-ctrl: move device table to its right location
[ Upstream commit 6a0b8c0da8 ]

The arche-ctrl has two platform drivers and three of_device_id tables,
but one table is only used for the the module loader, while the other
two seem to be associated with their drivers.

This leads to a W=1 warning when the driver is built-in:

drivers/staging/greybus/arche-platform.c:623:34: error: 'arche_combined_id' defined but not used [-Werror=unused-const-variable=]
  623 | static const struct of_device_id arche_combined_id[] = {

Drop the extra table and register both tables that are actually
used as the ones for the module loader instead.

Fixes: 7b62b61c75 ("greybus: arche-ctrl: Don't expose driver internals to arche-platform driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20240403080702.3509288-18-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-06-16 13:32:17 +02:00
..
android
axis-fifo
board
clocking-wizard
comedi comedi: vmk80xx: fix incomplete endpoint checking 2024-05-02 16:23:38 +02:00
emxx_udc staging: emxx_udc: Add checks for dma_alloc_coherent() 2023-03-11 16:40:16 +01:00
fbtft
fieldbus
fsl-dpaa2
fwserial
gasket
gdm724x net: vlan: introduce skb_vlan_eth_hdr() 2023-12-20 15:44:28 +01:00
goldfish
greybus greybus: arche-ctrl: move device table to its right location 2024-06-16 13:32:17 +02:00
gs_fpgaboot
hikey9xx
iio staging: iio: ad5933: fix type mismatch regression 2024-02-23 08:42:27 +01:00
kpc2000
ks7010 staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() 2023-08-11 11:57:41 +02:00
media media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries 2024-06-16 13:32:11 +02:00
most
mt7621-dma
mt7621-dts
mt7621-pci
mt7621-pci-phy
mt7621-pinctrl
netlogic
nvec
octeon
octeon-usb
olpc_dcon
pi433
qlge
ralink-gdma
rtl8188eu
rtl8192e Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE" 2023-06-14 11:10:02 +02:00
rtl8192u
rtl8712 staging: rtl8712: fix race condition 2023-09-19 12:20:02 +02:00
rtl8723bs
rts5208
sm750fb
unisys
vc04_services staging: vc04_services: fix information leak in create_component() 2024-04-13 12:59:07 +02:00
vme
vt6655
vt6656
wfx
wlan-ng
Kconfig
Makefile