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

Commit 5848f169 authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kumar Gala
Browse files

powerpc/QE: qe_reset should be __init



This patch fixes following section mismatch:

WARNING: arch/powerpc/sysdev/built-in.o(.text+0x11d8): Section mismatch in
reference from the function qe_reset() to the function
.init.text:cpm_muram_init()

Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 5093bb96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ phys_addr_t get_qe_base(void)

EXPORT_SYMBOL(get_qe_base);

void qe_reset(void)
void __init qe_reset(void)
{
	if (qe_immr == NULL)
		qe_immr = ioremap(get_qe_base(), QE_IMMAP_SIZE);
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ static inline bool qe_clock_is_brg(enum qe_clock clk)
extern spinlock_t cmxgcr_lock;

/* Export QE common operations */
extern void qe_reset(void);
extern void __init qe_reset(void);

/* QE PIO */
#define QE_PIO_PINS 32