Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2839ed8 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up section mismatches.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 8b03c040
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ static void __init dsp_init(void)
 * and cache configuration in detect_cpu_and_cache_system().
 */

asmlinkage void __cpuinit sh_cpu_init(void)
asmlinkage void __init sh_cpu_init(void)
{
	current_thread_info()->cpu = hard_smp_processor_id();

+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ EXPORT_SYMBOL_GPL(trapped_mem);
#endif
static DEFINE_SPINLOCK(trapped_lock);

int __init register_trapped_io(struct trapped_io *tiop)
int register_trapped_io(struct trapped_io *tiop)
{
	struct resource *res;
	unsigned long len = 0, flags = 0;