diff options
Diffstat (limited to 'arch/arm/mach-orion/common.c')
-rw-r--r-- | arch/arm/mach-orion/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion/common.c b/arch/arm/mach-orion/common.c index e271994d27fe..aae157d360e6 100644 --- a/arch/arm/mach-orion/common.c +++ b/arch/arm/mach-orion/common.c | |||
@@ -319,7 +319,7 @@ struct sys_timer orion_timer = { | |||
319 | /* | 319 | /* |
320 | * Identify device ID and rev from PCIE configuration header space '0'. | 320 | * Identify device ID and rev from PCIE configuration header space '0'. |
321 | */ | 321 | */ |
322 | static void orion_id(u32 *dev, u32 *rev, char **dev_name) | 322 | static void __init orion_id(u32 *dev, u32 *rev, char **dev_name) |
323 | { | 323 | { |
324 | orion_pcie_id(dev, rev); | 324 | orion_pcie_id(dev, rev); |
325 | 325 | ||