diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 20:15:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:27 -0400 |
commit | 0bc0ffd5f0854b9143606684fb925f4290ae13e7 (patch) | |
tree | 9a4f13414a8a605ce4ff222c44788b509dae0409 /include/asm-ppc64/iSeries/IoHriProcessorVpd.h | |
parent | 6b7feecb2f8fcab184a38916d10349bd6648e0bc (diff) |
[PATCH] ppc64 iSeries: remove LparData.h
include/asm-ppc64/iSeries/LparData.h just included a whole lot of other files
to declare variables that would be better declared in those other files. So,
remove it. This will reduce that number of things needed to be included in
most cases to access the relevant variables.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc64/iSeries/IoHriProcessorVpd.h')
-rw-r--r-- | include/asm-ppc64/iSeries/IoHriProcessorVpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc64/iSeries/IoHriProcessorVpd.h b/include/asm-ppc64/iSeries/IoHriProcessorVpd.h index ccb7b7c55a40..73b73d80b8b1 100644 --- a/include/asm-ppc64/iSeries/IoHriProcessorVpd.h +++ b/include/asm-ppc64/iSeries/IoHriProcessorVpd.h | |||
@@ -81,4 +81,6 @@ struct IoHriProcessorVpd { | |||
81 | char xProcSrc[72]; // CSP format SRC xB8-xFF | 81 | char xProcSrc[72]; // CSP format SRC xB8-xFF |
82 | }; | 82 | }; |
83 | 83 | ||
84 | extern struct IoHriProcessorVpd xIoHriProcessorVpd[]; | ||
85 | |||
84 | #endif /* _IOHRIPROCESSORVPD_H */ | 86 | #endif /* _IOHRIPROCESSORVPD_H */ |