]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MX51: remove warning in clock.c
authorStefano Babic <sbabic@denx.de>
Thu, 28 Oct 2010 09:08:52 +0000 (11:08 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 28 Oct 2010 09:08:52 +0000 (11:08 +0200)
commit9a0044183a148ab553e296848cbfa4338fc83323
tree208cdb43a3ab18c5909fc93dd20870e3d7a5d637
parent81129d07a0e9f6e28029170b082d6f8810f72712
MX51: remove warning in clock.c

The patch removes the warning:

clock.c:291: warning: initialization from incompatible pointer type

after  constification of args[]

Signed-off-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx5/clock.c