diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-03 05:21:54 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-04 07:23:02 -0500 |
commit | 8fb2952b8a8b8b3f982297f0fca288ce04f419a8 (patch) | |
tree | 881e9a56a58f002e73e0733a944b213c34685eb1 /arch/x86/include/asm/mpspec_def.h | |
parent | 540d4e72e1ec6f0d07c252abc97616173aa0382b (diff) |
x86: rename mpc_config_lintsrc to mpc_lintsrc
Impact: cleanup, solve 80 columns wrap problems
mpc_config_lintsrc should be renamed to mpc_lintsrc.
The reason: the 'c' in MPC already means 'config' -
no need to repeat that in the type name.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mpspec_def.h')
-rw-r--r-- | arch/x86/include/asm/mpspec_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mpspec_def.h b/arch/x86/include/asm/mpspec_def.h index e5a8468c215b..fabf970813bf 100644 --- a/arch/x86/include/asm/mpspec_def.h +++ b/arch/x86/include/asm/mpspec_def.h | |||
@@ -139,7 +139,7 @@ enum mp_irq_source_types { | |||
139 | 139 | ||
140 | #define MP_APIC_ALL 0xFF | 140 | #define MP_APIC_ALL 0xFF |
141 | 141 | ||
142 | struct mpc_config_lintsrc { | 142 | struct mpc_lintsrc { |
143 | unsigned char mpc_type; | 143 | unsigned char mpc_type; |
144 | unsigned char mpc_irqtype; | 144 | unsigned char mpc_irqtype; |
145 | unsigned short mpc_irqflag; | 145 | unsigned short mpc_irqflag; |