diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-04-04 13:21:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-15 10:28:49 -0700 |
commit | 472bc4f2ad164a5aac2e85d891c4faecfc5d62c4 (patch) | |
tree | a108d689a306861beb7796eb2284c39228d80fad /arch/sparc/kernel/irq_32.c | |
parent | 78b7e3d02da71796a6060208e4a1a606e40ae197 (diff) |
sparc32: rename sparc_irq_config to sparc_config
This struct holds platform specific config and is thus not
limited to irq stuff.
Do not let the name confuse us to think this is irq only.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/irq_32.c')
-rw-r--r-- | arch/sparc/kernel/irq_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/irq_32.c b/arch/sparc/kernel/irq_32.c index b2668afd1c34..4a2b8018ac97 100644 --- a/arch/sparc/kernel/irq_32.c +++ b/arch/sparc/kernel/irq_32.c @@ -32,7 +32,7 @@ #endif /* SMP */ /* platform specific irq setup */ -struct sparc_irq_config sparc_irq_config; +struct sparc_config sparc_config; unsigned long arch_local_irq_save(void) { |