mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
omap3: fix compile warning
This patch fixes this warning during compile: omap3.c: In function 'musb_platform_init': omap3.c:126: warning: label 'end' defined but not used Problem reported by: Dirk Behme[dirk.behme@googlemail.com] Signed-off-by: Sanjeev Premi <premi@ti.com>
This commit is contained in:
parent
e608f221c1
commit
b301be0599
@ -123,7 +123,10 @@ int musb_platform_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ret = platform_needs_initialization;
|
ret = platform_needs_initialization;
|
||||||
|
|
||||||
|
#ifdef CONFIG_TWL4030_USB
|
||||||
end:
|
end:
|
||||||
|
#endif
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user