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 --- include/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index a2c6b27..8f5331e 100644 --- a/include/common.h +++ b/include/common.h @@ -261,9 +261,7 @@ int print_buffer (ulong addr, void* data, uint width, uint count, uint linelen); /* common/main.c */ void main_loop (void); int run_command (const char *cmd, int flag); -#ifdef CONFIG_CMD_PXE int run_command2(const char *cmd, int flag); -#endif int readline (const char *const prompt); int readline_into_buffer(const char *const prompt, char *buffer, int timeout); -- cgit v1.1