commit | 3fbc6931a456b89294b5807e08df21b1a1387846 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Tue Mar 27 23:05:07 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Mar 29 08:19:29 2012 +0200 |
tree | 4008493001c29d897aabc350fd80d5e04f7c1da0 | |
parent | 33fbc9cf826c1dd54ab5a715154478fae008fcd2 [diff] |
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>