Skip to content

Commit

Permalink
ia64/PCI: adjust section annotation for pcibios_setup()
Browse files Browse the repository at this point in the history
Should be __init.

Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
Ingo Molnar authored and Jesse Barnes committed Jun 30, 2009
1 parent 626fdfe commit 944c54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 944c54e

Please sign in to comment.