aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2016-05-27 22:23:32 +0000
committerLinus Torvalds <[email protected]>2016-05-27 22:23:32 +0000
commit7ded384a12688c2a86b618da16bc87713404dfcc (patch)
treeddfb19e97fe455c6826b3a4de136195bde184338 /drivers/gpio
parentMerge branch 'akpm' (patches from Andrew) (diff)
downloadkernel-7ded384a12688c2a86b618da16bc87713404dfcc.tar.gz
kernel-7ded384a12688c2a86b618da16bc87713404dfcc.zip
mm: fix section mismatch warning
The register_page_bootmem_info_node() function needs to be marked __init in order to avoid a new warning introduced by commit f65e91df25aa ("mm: use early_pfn_to_nid in register_page_bootmem_info_node"). Otherwise you'll get a warning about how a non-init function calls early_pfn_to_nid (which is __meminit) Cc: Yang Shi <[email protected]> Cc: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/gpio')
0 files changed, 0 insertions, 0 deletions