diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-03 05:20:52 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-04 07:23:01 -0500 |
commit | 540d4e72e1ec6f0d07c252abc97616173aa0382b (patch) | |
tree | b04c3ec927ad9982f6decffa89350087ff34f31e /arch/x86/include | |
parent | 2b85b5fb47c95cd4cbd15f0c0ef0242d8f36e2e0 (diff) |
x86: rename mpc_config_intsrc to mpc_intsrc
Impact: cleanup, solve 80 columns wrap problems
mpc_config_intsrc should be renamed to mpc_intsrc.
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')
-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 79289c70afd6..e5a8468c215b 100644 --- a/arch/x86/include/asm/mpspec_def.h +++ b/arch/x86/include/asm/mpspec_def.h | |||
@@ -116,7 +116,7 @@ struct mpc_ioapic { | |||
116 | unsigned int mpc_apicaddr; | 116 | unsigned int mpc_apicaddr; |
117 | }; | 117 | }; |
118 | 118 | ||
119 | struct mpc_config_intsrc { | 119 | struct mpc_intsrc { |
120 | unsigned char mpc_type; | 120 | unsigned char mpc_type; |
121 | unsigned char mpc_irqtype; | 121 | unsigned char mpc_irqtype; |
122 | unsigned short mpc_irqflag; | 122 | unsigned short mpc_irqflag; |