commit | 2b5243fc24a724e83409c0b70caa1a3180e997ae | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Jul 18 16:13:18 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jul 18 16:13:18 2009 +0200 |
tree | 751ff24353ed473f627511723a63c9be00dcaba9 | |
parent | 5b54df2674fdad5e7d316484c67efc68e79f3f0d [diff] |
8xxx: fix warning: implicit declaration of function 'uec_standard_init' Commit 8e55258f created function uec_standard_init() to initialize all UEC interfaces for 83xx and 85xx but failed to provide a prototype for it. Signed-off-by: Wolfgang Denk <wd@denx.de>