summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-22 06:59:06 +0000
committerWolfgang Denk <wd@denx.de>2012-04-30 16:38:54 +0200
commit314f634b488ff6345d20a0ed05f95a990021adb8 (patch)
treec227a9587b8caa99d4ff91e475fb141b56242d46 /include/image.h
parent48680493092b72f084b60757889fae3d7ee62058 (diff)
downloadblackbird-obmc-uboot-314f634b488ff6345d20a0ed05f95a990021adb8.tar.gz
blackbird-obmc-uboot-314f634b488ff6345d20a0ed05f95a990021adb8.zip
image/fit: drop inline markings on parser code
Putting "inline" on extern funcs makes no sense, so drop them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/image.h b/include/image.h
index a1c6e4e9ad..aa9daa2deb 100644
--- a/include/image.h
+++ b/include/image.h
@@ -531,9 +531,9 @@ static inline int image_check_target_arch(const image_header_t *hdr)
#define FIT_MAX_HASH_LEN 20 /* max(crc32_len(4), sha1_len(20)) */
/* cmdline argument format parsing */
-inline int fit_parse_conf(const char *spec, ulong addr_curr,
+int fit_parse_conf(const char *spec, ulong addr_curr,
ulong *addr, const char **conf_name);
-inline int fit_parse_subimage(const char *spec, ulong addr_curr,
+int fit_parse_subimage(const char *spec, ulong addr_curr,
ulong *addr, const char **image_name);
void fit_print_contents(const void *fit);
OpenPOWER on IntegriCloud