From 79714c1e26229985c2ed9dd5853b55732cb21f2c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 14 Feb 2012 19:59:18 +0000 Subject: Remove CMD_PXE's static on run_command() It really isn't clear why this is here and there is no comment, so drop it. Signed-off-by: Simon Glass Acked-by: Mike Frysinger --- common/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common') diff --git a/common/main.c b/common/main.c index 91e888fd3c..defe2d499d 100644 --- a/common/main.c +++ b/common/main.c @@ -270,9 +270,6 @@ int abortboot(int bootdelay) /* * Return 0 on success, or != 0 on error. */ -#ifndef CONFIG_CMD_PXE -static inline -#endif int run_command2(const char *cmd, int flag) { #ifndef CONFIG_SYS_HUSH_PARSER -- cgit v1.2.3