]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cosmetic, main: clean up declarations of abortboot
authorJason Hobbs <jason.hobbs@calxeda.com>
Wed, 29 Jun 2011 06:25:14 +0000 (06:25 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 25 Jul 2011 21:27:43 +0000 (23:27 +0200)
commit3c766dccb38a71afa5702271bec5d2d416d87386
tree269f3e465e9135499917aa50073710a024f124ca
parentf0ece9e93447bb600689eb1a41dbcc99560b333d
cosmetic, main: clean up declarations of abortboot

Remove an unneeded prototype declaration from the top of main.c,
and use plain inline instead of __inline__ to please checkpatch.

Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
common/main.c