]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/ti/beagle/beagle.c: Fix build warnings
authorAnatolij Gustschin <agust@denx.de>
Tue, 27 Mar 2012 23:05:07 +0000 (23:05 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 29 Mar 2012 06:19:29 +0000 (08:19 +0200)
commit3fbc6931a456b89294b5807e08df21b1a1387846
tree4008493001c29d897aabc350fd80d5e04f7c1da0
parent33fbc9cf826c1dd54ab5a715154478fae008fcd2
board/ti/beagle/beagle.c: Fix build warnings

Fix:
beagle.c:257:13: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
beagle.c:257:13: warning: function declaration isn't a prototype
[-Wstrict-prototypes]

Also make beagle_dvi_pup() checkpatch clean, fix:
ERROR: open brace '{' following function declarations go on the
next line

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Tom Rini <trini@ti.com>
board/ti/beagle/beagle.c