Skip to content

Commit 564a5ad

Browse files
6by9pelwell
authored andcommitted
firmware: rp1: Rename to rp1-fw to avoid module name collision
There is already the driver in drivers/mfd/rp1.ko, so having drivers/firmware/rp1.ko can cause issues when using modinfo and similar, and we can get errors with "Module rp1 is already loaded" when trying to load it. Rename the module so that the name is unique. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent e3a2321 commit 564a5ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/firmware/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o
1515
obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o
1616
obj-$(CONFIG_MTK_ADSP_IPC) += mtk-adsp-ipc.o
1717
obj-$(CONFIG_RASPBERRYPI_FIRMWARE) += raspberrypi.o
18-
obj-$(CONFIG_FIRMWARE_RP1) += rp1.o
18+
obj-$(CONFIG_FIRMWARE_RP1) += rp1-fw.o
1919
obj-$(CONFIG_FW_CFG_SYSFS) += qemu_fw_cfg.o
2020
obj-$(CONFIG_SYSFB) += sysfb.o
2121
obj-$(CONFIG_SYSFB_SIMPLEFB) += sysfb_simplefb.o
File renamed without changes.

0 commit comments

Comments
 (0)