summaryrefslogtreecommitdiff
path: root/drivers/mxc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc')
-rwxr-xr-xdrivers/mxc/mlb/mxc_mlb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mxc/mlb/mxc_mlb.c b/drivers/mxc/mlb/mxc_mlb.c
index fa6cff1d5b04..cc899c0a06cf 100755
--- a/drivers/mxc/mlb/mxc_mlb.c
+++ b/drivers/mxc/mlb/mxc_mlb.c
@@ -378,9 +378,9 @@ struct mlb_data {
void __iomem *membase; /* mlb module base address */
struct gen_pool *iram_pool;
u32 iram_size;
- u32 irq_ahb0;
- u32 irq_ahb1;
- u32 irq_mlb;
+ int irq_ahb0;
+ int irq_ahb1;
+ int irq_mlb;
u32 quirk_flag;
};