kernel/arch/sh/mm/cache.c
.. .. @@ -1,10 +1,9 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * arch/sh/mm/cache.c 3 4 * 4 5 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka 5 6 * Copyright (C) 2002 - 2010 Paul Mundt 6 - *7 - * Released under the terms of the GNU GPL v2.0.8 7 */ 9 8 #include <linux/mm.h> 10 9 #include <linux/init.h> .. .. @@ -354,12 +353,6 @@ 354 353 355 354 shx3_cache_init(); 356 355 } 357 - }358 -359 - if (boot_cpu_data.family == CPU_FAMILY_SH5) {360 - extern void __weak sh5_cache_init(void);361 -362 - sh5_cache_init();363 356 } 364 357 365 358 skip: