]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix compile error caused by incorrect function return type
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Fri, 1 Aug 2008 00:52:28 +0000 (19:52 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 1 Aug 2008 10:33:10 +0000 (12:33 +0200)
commit5c40548f01218360a1f1395198c50ff45f3035b5
treef583c674ced3b22c61086f579cf925a22d62af8a
parent4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
Fix compile error caused by incorrect function return type

Rename int mii_init(void) to void mii_init(void) for idmr
ColdFire platform

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
board/idmr/mii.c