aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2022-06-23 12:08:36 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2022-06-26 10:29:44 +1000
commitd7f396461518c766b2436d64b6d3ba6a4c418dcf (patch)
treec3f7e28f0bf9a4b2bcb4a5815490234b9a0d4b80 /arch/powerpc/platforms
parentpowerpc: Update asm-prototypes.h comment (diff)
downloadlinux-dev-d7f396461518c766b2436d64b6d3ba6a4c418dcf.tar.xz
linux-dev-d7f396461518c766b2436d64b6d3ba6a4c418dcf.zip
powerpc/powermac: Remove empty function note_scsi_host()
note_scsi_host() has been an empty function since commit 6ee0d9f744d4 ("[POWERPC] Remove unused old code from powermac setup code"). Remove it. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/26f8b72a4276c0bd8ed63860c7316f6361c351b4.1655978907.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/powermac/setup.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c
index f71735ec449f..04daa7f0a03c 100644
--- a/arch/powerpc/platforms/powermac/setup.c
+++ b/arch/powerpc/platforms/powermac/setup.c
@@ -320,13 +320,6 @@ static void __init pmac_setup_arch(void)
#endif /* CONFIG_ADB */
}
-#ifdef CONFIG_SCSI
-void note_scsi_host(struct device_node *node, void *host)
-{
-}
-EXPORT_SYMBOL(note_scsi_host);
-#endif
-
static int initializing = 1;
static int pmac_late_init(void)