Re: [U-Boot] [PATCH v3 2/7] cosmetic, main: clean up declarations of abortboot

2011-07-25 Thread Wolfgang Denk
Dear "Jason Hobbs", In message <1309364719-16219-3-git-send-email-jason.ho...@calxeda.com> you wrote: > 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 > --- > changes in v3: > -

[U-Boot] [PATCH v3 2/7] cosmetic, main: clean up declarations of abortboot

2011-06-29 Thread Jason Hobbs
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 --- changes in v3: - new in v3 common/main.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/common/main.