]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: iris: rename module file
authorArnd Bergmann <arnd@arndb.de>
Wed, 19 Feb 2025 08:01:53 +0000 (09:01 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 21 Feb 2025 09:33:00 +0000 (10:33 +0100)
commita21766b51857cf42bda0c857349622335ed1efe8
treedd23a8a6cf6e3e7c0998998c9dd953211a351626
parent07df4f23ef3ffe6fee697cd2e03623ad27108843
media: iris: rename module file

Build-testing on x86 showed two modules with conflicting "iris.ko"
names after the addition of the qualcomm driver:

   error: the following would cause module name conflict:
     arch/x86/platform/iris/iris.ko
     drivers/media/platform/qcom/iris/iris.ko

Since this a new module, nothing should rely on the name yet, so
rename this one to a more specific "qcom-iris.ko".

Fixes: 38506cb7e8d2 ("media: iris: add platform driver for iris video device")
Cc: Shérab <Sebastien.Hinderer@ens-lyon.org> # for x86 iris
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/qcom/iris/Makefile