ia64/PCI: adjust section annotation for pcibios_setup()

Should be __init.

Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
Ingo Molnar 2009-07-01 00:10:16 +02:00 committed by Jesse Barnes
parent 626fdfec15
commit 944c54e7fc

View file

@ -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;