]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc/44x: Declare primary_uic static in uic.c
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 8 Jan 2025 10:24:54 +0000 (11:24 +0100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Mon, 24 Feb 2025 06:56:21 +0000 (12:26 +0530)
commit779c501cab14ba0b441a3c802c56be46a24f5c3b
treebe5880858a4baa143c85c61e9cc4d49cfa37bf4b
parent6aa989ab2bd0d37540c812b4270006ff794662e7
powerpc/44x: Declare primary_uic static in uic.c

primary_uic is not used outside uic.c, declare it static.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411101746.lD8YdVzY-lkp@intel.com/
Fixes: e58923ed1437 ("[POWERPC] Add arch/powerpc driver for UIC, PPC4xx interrupt controller")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/0e11233d30333610ab460b3a1fd0f43c3a51e34d.1736331884.git.christophe.leroy@csgroup.eu
arch/powerpc/platforms/44x/uic.c