aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx/fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-netx/fb.c')
-rw-r--r--arch/arm/mach-netx/fb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/fb.c b/arch/arm/mach-netx/fb.c
index 8f1f992f002e..1d844e228ea9 100644
--- a/arch/arm/mach-netx/fb.c
+++ b/arch/arm/mach-netx/fb.c
@@ -24,6 +24,8 @@
24#include <linux/amba/clcd.h> 24#include <linux/amba/clcd.h>
25#include <linux/err.h> 25#include <linux/err.h>
26 26
27#include <asm/irq.h>
28
27#include <mach/netx-regs.h> 29#include <mach/netx-regs.h>
28#include <mach/hardware.h> 30#include <mach/hardware.h>
29 31
@@ -91,7 +93,7 @@ void clk_put(struct clk *clk)
91 93
92static struct amba_device fb_device = { 94static struct amba_device fb_device = {
93 .dev = { 95 .dev = {
94 .bus_id = "fb", 96 .init_name = "fb",
95 .coherent_dma_mask = ~0, 97 .coherent_dma_mask = ~0,
96 }, 98 },
97 .res = { 99 .res = {