Commit 24ef9f08 authored by Ladislav Michl's avatar Ladislav Michl Committed by Tony Lindgren

[PATCH] ARM: OMAP: Hang while entering userspace

Umm, I forgot to delete unused variable 'flags'. Once there lets kill all
warning about unused variables in omap code :)
parent 3c5a55e9
......@@ -550,7 +550,6 @@ static int omap1_clk_set_rate(struct clk *clk, unsigned long rate)
int ret = -EINVAL;
int dsor_exp;
__u16 regval;
unsigned long flags;
if (clk->set_rate)
ret = clk->set_rate(clk, rate);
......
......@@ -507,7 +507,6 @@ static inline void omap_otg_init(struct omap_usb_config *config) {}
static void __init omap_1510_usb_init(struct omap_usb_config *config)
{
int status;
unsigned int val;
omap_usb0_init(config->pins[0], is_usb0_device(config));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment