Re: [U-Boot] [PATCH] image/fit: drop inline markings on parser code

2012-04-30 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1335113946-21136-1-git-send-email-vap...@gentoo.org> you wrote: > Putting "inline" on extern funcs makes no sense, so drop them. > > Signed-off-by: Mike Frysinger > --- > common/image.c |4 ++-- > include/image.h |4 ++-- > 2 files changed, 4 insertions

[U-Boot] [PATCH] image/fit: drop inline markings on parser code

2012-04-22 Thread Mike Frysinger
Putting "inline" on extern funcs makes no sense, so drop them. Signed-off-by: Mike Frysinger --- common/image.c |4 ++-- include/image.h |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/image.c b/common/image.c index 342b315..91954ac 100644 --- a/common/ima