diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-04-02 13:57:46 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-04-02 13:57:46 +1000 |
commit | e31c6dfa8eb23ec7b3350b95ffe92f5a962d8c6b (patch) | |
tree | e897997d1844a712391772444817abc12d2bc3d6 /arch/powerpc/platforms/85xx/p1022_ds.c | |
parent | dd775ae2549217d3ae09363e3edb305d0fa19928 (diff) | |
parent | fa1b42b45a9c96da77f3ddabf715f49525a87209 (diff) |
Merge remote-tracking branch 'kumar/next' into merge
Diffstat (limited to 'arch/powerpc/platforms/85xx/p1022_ds.c')
-rw-r--r-- | arch/powerpc/platforms/85xx/p1022_ds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c b/arch/powerpc/platforms/85xx/p1022_ds.c index 0fe88e39945..e74b7cde9ae 100644 --- a/arch/powerpc/platforms/85xx/p1022_ds.c +++ b/arch/powerpc/platforms/85xx/p1022_ds.c @@ -150,7 +150,7 @@ static void p1022ds_set_monitor_port(enum fsl_diu_monitor_port port) { struct device_node *guts_node; struct device_node *indirect_node = NULL; - struct ccsr_guts_85xx __iomem *guts; + struct ccsr_guts __iomem *guts; u8 __iomem *lbc_lcs0_ba = NULL; u8 __iomem *lbc_lcs1_ba = NULL; u8 b; @@ -269,7 +269,7 @@ exit: void p1022ds_set_pixel_clock(unsigned int pixclock) { struct device_node *guts_np = NULL; - struct ccsr_guts_85xx __iomem *guts; + struct ccsr_guts __iomem *guts; unsigned long freq; u64 temp; u32 pxclk; |