summaryrefslogtreecommitdiff
path: root/drivers/sbus
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2024-02-24 20:42:28 +0300
committerAndreas Larsson <andreas@gaisler.com>2024-03-08 23:21:00 +0300
commit24338a6ae13cb743ced77da1b3a12c83f08a0c96 (patch)
tree45ce6e8a413eab704677dfc196bd116abb49639c /drivers/sbus
parent91d3ff922c346d6d8cb8de5ff8d504fe0ca9e17e (diff)
downloadlinux-24338a6ae13cb743ced77da1b3a12c83f08a0c96.tar.xz
sparc32: Fix section mismatch in leon_pci_grpci
Passing a datastructre marked _initconst to platform_driver_register() is wrong. Drop the __initconst notation. This fixes the following warnings: WARNING: modpost: vmlinux: section mismatch in reference: grpci1_of_driver+0x30 (section: .data) -> grpci1_of_match (section: .init.rodata) WARNING: modpost: vmlinux: section mismatch in reference: grpci2_of_driver+0x30 (section: .data) -> grpci2_of_match (section: .init.rodata) Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Andreas Larsson <andreas@gaisler.com> Fixes: 4154bb821f0b ("sparc: leon: grpci1: constify of_device_id") Fixes: 03949b1cb9f1 ("sparc: leon: grpci2: constify of_device_id") Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested Reviewed-by: Andreas Larsson <andreas@gaisler.com> Tested-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Andreas Larsson <andreas@gaisler.com> Link: https://lore.kernel.org/r/20240224-sam-fix-sparc32-all-builds-v2-7-1f186603c5c4@ravnborg.org
Diffstat (limited to 'drivers/sbus')
0 files changed, 0 insertions, 0 deletions