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:
parent
626fdfec15
commit
944c54e7fc
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ pcibios_align_resource (void *data, struct resource *res,
|
||||||
/*
|
/*
|
||||||
* PCI BIOS setup, always defaults to SAL interface
|
* PCI BIOS setup, always defaults to SAL interface
|
||||||
*/
|
*/
|
||||||
char * __devinit
|
char * __init
|
||||||
pcibios_setup (char *str)
|
pcibios_setup (char *str)
|
||||||
{
|
{
|
||||||
return str;
|
return str;
|
||||||
|
|
Loading…
Reference in a new issue