diff options
author | Terry Lv <r65388@freescale.com> | 2012-03-14 16:35:14 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2012-03-15 14:20:54 +0800 |
commit | 064347f82162cb8df5b3d6c6bccd973c2ff92f9c (patch) | |
tree | 82fb04762938d225300dbd976c583190133d4d82 /drivers/mxc | |
parent | 52e5dbf65643dda88c61c2199e18b8d674959ee0 (diff) |
ENGR00176469-5: Remove build warnings in mxc_mlb150.c
Remove build warnings in mxc_mlb150.c.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'drivers/mxc')
-rwxr-xr-x | drivers/mxc/mlb/mxc_mlb150.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mxc/mlb/mxc_mlb150.c b/drivers/mxc/mlb/mxc_mlb150.c index 4a9af5ca80b6..e3ecbe20446f 100755 --- a/drivers/mxc/mlb/mxc_mlb150.c +++ b/drivers/mxc/mlb/mxc_mlb150.c @@ -486,7 +486,6 @@ static struct class *mlb_class; /* device class */ static struct device *class_dev; static u32 mlb_base; /* mlb module base address */ static u32 ahb0_irq, ahb1_irq, mlb_irq; -static unsigned long iram_base; DEFINE_SPINLOCK(ctr_lock); |