mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
at91_pm_secure_init() is used inside sama5d2_pm_init(), which has
the __init notation.
Pass the __init notation to at91_pm_secure_init() as well to fix the
following section mismatch warning:
WARNING: modpost: vmlinux.o(.text.unlikely+0x2138): Section mismatch in reference from the function at91_pm_secure_init() to the (unknown reference) .init.rodata:(unknown)
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| at91rm9200.c | ||
| at91sam9.c | ||
| generic.h | ||
| Kconfig | ||
| Makefile | ||
| Makefile.boot | ||
| pm_data-offsets.c | ||
| pm_suspend.S | ||
| pm.c | ||
| pm.h | ||
| sam9x60.c | ||
| sam_secure.c | ||
| sam_secure.h | ||
| sama5.c | ||
| sama7.c | ||
| samv7.c | ||