Message ID | 20240614161935.230529-1-jose.exposito89@gmail.com |
---|---|
Headers | show |
Series | Fix UCLogic warnings | expand |
On Fri, 14 Jun 2024, José Expósito wrote: > The hid-uclogic-params.o and hid-uclogic-rdesc.o files are linked > into both the driver module and the unit test, which triggers a > W=1 warning: > > scripts/Makefile.build:236: drivers/hid/Makefile: hid-uclogic-rdesc.o is added to multiple modules: hid-uclogic hid-uclogic-test > scripts/Makefile.build:236: drivers/hid/Makefile: hid-uclogic-params.o is added to multiple modules: hid-uclogic hid-uclogic-test > > Avoids this by moving these two files into a separate module > that is used by the driver and the unit test. > > Acked-by: Arnd Bergmann <arnd@arndb.de> > Signed-off-by: José Expósito <jose.exposito89@gmail.com> I've added Reported-by: for Arnd and applied, thanks!