summaryrefslogtreecommitdiff
path: root/arch/m68k/configs/mvme147_defconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-12-19 16:47:41 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2024-01-03 13:33:59 +0100
commita15f2d48c6f84ae0dd2000288592c79d5d1acd0e (patch)
tree1919f6621f4016c3e2bd4c002d77378270f016f3 /arch/m68k/configs/mvme147_defconfig
parentb85ea95d086471afb4ad062012a4d73cd328fa86 (diff)
nubus: Make nubus_bus_type static and constant
Now that the driver core can properly handle constant struct bus_type, move the nubus_bus_type variable to be a constant structure as well, placing it into read-only memory which can not be modified at runtime. It's also never used outside of drivers/nubus/bus.c so make it static and don't export it as no one is using it. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Finn Thain <fthain@linux-m68k.org> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/2023121940-enlarged-editor-c9a8@gregkh Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/configs/mvme147_defconfig')
0 files changed, 0 insertions, 0 deletions