aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/mpsc.h
diff options
context:
space:
mode:
authorAl Viro <viro@www.linux.org.uk>2005-04-25 21:32:12 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-25 21:32:12 -0400
commit2c6e75999000ebc942526466dbd0de37bfac73a4 (patch)
tree5a3c9d98da4f744fa1cedc32cb74c6dc124adc57 /drivers/serial/mpsc.h
parentab2fd30b668b1687a9ca9e9ea0b60145deeafe84 (diff)
[PATCH] ppc annotations: mpsc
Usual iomem annotations + NULL noise removal. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/serial/mpsc.h')
-rw-r--r--drivers/serial/mpsc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/serial/mpsc.h b/drivers/serial/mpsc.h
index 1f7294b7095f..678dbcf06c8f 100644
--- a/drivers/serial/mpsc.h
+++ b/drivers/serial/mpsc.h
@@ -83,8 +83,8 @@ struct mpsc_shared_regs {
83 phys_addr_t mpsc_routing_base_p; 83 phys_addr_t mpsc_routing_base_p;
84 phys_addr_t sdma_intr_base_p; 84 phys_addr_t sdma_intr_base_p;
85 85
86 void *mpsc_routing_base; 86 void __iomem *mpsc_routing_base;
87 void *sdma_intr_base; 87 void __iomem *sdma_intr_base;
88 88
89 u32 MPSC_MRR_m; 89 u32 MPSC_MRR_m;
90 u32 MPSC_RCRR_m; 90 u32 MPSC_RCRR_m;
@@ -120,9 +120,9 @@ struct mpsc_port_info {
120 phys_addr_t brg_base_p; 120 phys_addr_t brg_base_p;
121 121
122 /* Virtual addresses of various blocks of registers (from platform) */ 122 /* Virtual addresses of various blocks of registers (from platform) */
123 void *mpsc_base; 123 void __iomem *mpsc_base;
124 void *sdma_base; 124 void __iomem *sdma_base;
125 void *brg_base; 125 void __iomem *brg_base;
126 126
127 /* Descriptor ring and buffer allocations */ 127 /* Descriptor ring and buffer allocations */
128 void *dma_region; 128 void *dma_region;