Commit 944c54e7 authored by Ingo Molnar's avatar Ingo Molnar Committed by Jesse Barnes

ia64/PCI: adjust section annotation for pcibios_setup()

Should be __init.
Acked-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 626fdfec
......@@ -537,7 +537,7 @@ pcibios_align_resource (void *data, struct resource *res,
/*
* PCI BIOS setup, always defaults to SAL interface
*/
char * __devinit
char * __init
pcibios_setup (char *str)
{
return str;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment