diff options
Diffstat (limited to 'arch/powerpc/sysdev/xics')
-rw-r--r-- | arch/powerpc/sysdev/xics/ics-rtas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/xics/ics-rtas.c b/arch/powerpc/sysdev/xics/ics-rtas.c index c782f85cf7e4..936575d99c5c 100644 --- a/arch/powerpc/sysdev/xics/ics-rtas.c +++ b/arch/powerpc/sysdev/xics/ics-rtas.c | |||
@@ -213,7 +213,7 @@ static int ics_rtas_host_match(struct ics *ics, struct device_node *node) | |||
213 | return !of_device_is_compatible(node, "chrp,iic"); | 213 | return !of_device_is_compatible(node, "chrp,iic"); |
214 | } | 214 | } |
215 | 215 | ||
216 | int ics_rtas_init(void) | 216 | __init int ics_rtas_init(void) |
217 | { | 217 | { |
218 | ibm_get_xive = rtas_token("ibm,get-xive"); | 218 | ibm_get_xive = rtas_token("ibm,get-xive"); |
219 | ibm_set_xive = rtas_token("ibm,set-xive"); | 219 | ibm_set_xive = rtas_token("ibm,set-xive"); |