diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 20:15:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:28 -0400 |
commit | c670b1acd0ed0d9f7a27154759a9825cb5012ae4 (patch) | |
tree | 3cf4409d5adc0e6cde995241792a89f209eee80d /include/asm-ppc64/iSeries/ItVpdAreas.h | |
parent | 4a5304f5ba04eff979cd108309eae7a00f3fff77 (diff) |
[PATCH] ppc64 iSeries: misc header cleanups
Last of this round of the iSeries header cleanups
- don't have two defines for the same thing (HvMaxArchitectedLps
and HvMaxArchitectedVirtualLans)
- HvCallSc.h only needs linux/types.h
- remove unused struct definition
- add "extern" to some more function declarations
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/ItVpdAreas.h')
-rw-r--r-- | include/asm-ppc64/iSeries/ItVpdAreas.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-ppc64/iSeries/ItVpdAreas.h b/include/asm-ppc64/iSeries/ItVpdAreas.h index 97cfa6c427ec..71b3ad24f95a 100644 --- a/include/asm-ppc64/iSeries/ItVpdAreas.h +++ b/include/asm-ppc64/iSeries/ItVpdAreas.h | |||
@@ -61,12 +61,6 @@ | |||
61 | #define ItVpdAreasMaxSlotLabels 192 | 61 | #define ItVpdAreasMaxSlotLabels 192 |
62 | 62 | ||
63 | 63 | ||
64 | struct SlicVpdAdrs { | ||
65 | u32 pad1; | ||
66 | void *vpdAddr; | ||
67 | }; | ||
68 | |||
69 | |||
70 | struct ItVpdAreas { | 64 | struct ItVpdAreas { |
71 | u32 xSlicDesc; // Descriptor 000-003 | 65 | u32 xSlicDesc; // Descriptor 000-003 |
72 | u16 xSlicSize; // Size of this control block 004-005 | 66 | u16 xSlicSize; // Size of this control block 004-005 |