projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba662f8
)
EXYNOS: Fix USB compiler warning
author
Rajeshwari Shinde
<rajeshwari.s@samsung.com>
Mon, 9 Jul 2012 19:34:34 +0000
(19:34 +0000)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 10 Jul 2012 06:50:05 +0000
(08:50 +0200)
Fixed the compiler warning message.
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Marek Vasut <marex@denx.de>
arch/arm/cpu/armv7/exynos/system.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/exynos/system.c
b/arch/arm/cpu/armv7/exynos/system.c
index cc6ee031c7384b121f21e223ca3435b2e8fd6232..4426611d1be0cd8754000b8110df698e102ec432 100644
(file)
--- a/
arch/arm/cpu/armv7/exynos/system.c
+++ b/
arch/arm/cpu/armv7/exynos/system.c
@@
-29,7
+29,6
@@
static void exynos5_set_usbhost_mode(unsigned int mode)
{
struct exynos5_sysreg *sysreg =
(struct exynos5_sysreg *)samsung_get_base_sysreg();
- unsigned int phy_cfg;
/* Setting USB20PHY_CONFIG register to USB 2.0 HOST link */
if (mode == USB20_PHY_CFG_HOST_LINK_EN) {