]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/platforms/iseries/vpd_areas.h
[POWERPC] iSeries: Localise and constify some iSeries data
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / iseries / vpd_areas.h
index 601e6dd860ed340a33fe298a024be1b5b89061dc..feb001f3a5feee9cecc7b90352185d2740ba7ae2 100644 (file)
@@ -80,9 +80,9 @@ struct ItVpdAreas {
        u32     xPlicDmaLens[ItDmaMaxEntries];// Array of DMA lengths   080-0A7
        u32     xPlicDmaToks[ItDmaMaxEntries];// Array of DMA tokens    0A8-0CF
        u32     xSlicVpdLens[ItVpdMaxEntries];// Array of VPD lengths   0D0-12F
-       void    *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers  130-1EF
+       const void *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers 130-1EF
 };
 
-extern struct ItVpdAreas       itVpdAreas;
+extern const struct ItVpdAreas itVpdAreas;
 
 #endif /* _ISERIES_VPD_AREAS_H */