summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-12-08 08:27:08 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-12-08 08:27:08 +0100
commitfe68ba4526ed666a2c3a5ddd84d964dbaae0f2d0 (patch)
treea37811c5b1566c0433af4df012ea6449998b0c2e /include
parente6b83bd498ce7c5449a65207bdb8f45fbcaeeb54 (diff)
parenta2b3a25417593e97500cd746f0632d36edfac1a5 (diff)
downloadbarebox-fe68ba4526ed666a2c3a5ddd84d964dbaae0f2d0.tar.gz
barebox-fe68ba4526ed666a2c3a5ddd84d964dbaae0f2d0.tar.xz
Merge branch 'for-next/arm'
Diffstat (limited to 'include')
-rw-r--r--include/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/common.h b/include/common.h
index 03ceec257d..38a6dbf933 100644
--- a/include/common.h
+++ b/include/common.h
@@ -113,12 +113,6 @@ extern int (*barebox_main)(void);
void __noreturn start_barebox(void);
void shutdown_barebox(void);
-/*
- * architectures which have special calling conventions for
- * executing programs should set this. Used by the 'go' command
- */
-extern void (*do_execute)(void *func, int argc, char *argv[]);
-
int run_shell(void);
#ifdef CONFIG_SHELL_HUSH