diff options
| author | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-15 08:59:08 +0000 |
|---|---|---|
| committer | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-15 17:16:19 -0500 |
| commit | 48522bb5035561556042b74bfa8f1f8dd314e340 (patch) | |
| tree | 798808941885b84ca15d1239eb93835cfbe1e987 /common/main.c | |
| parent | 66c7385a5fd3f5e27adc6a356d7afbd51beca07a (diff) | |
| download | olio-uboot-2014.01-48522bb5035561556042b74bfa8f1f8dd314e340.tar.xz olio-uboot-2014.01-48522bb5035561556042b74bfa8f1f8dd314e340.zip | |
net: cosmetic: net.c checkpatch compliance
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c index 3b9e39a98..a93335798 100644 --- a/common/main.c +++ b/common/main.c @@ -973,7 +973,6 @@ int readline_into_buffer(const char *const prompt, char *buffer, int timeout) #ifdef CONFIG_SHOW_ACTIVITY while (!tstc()) { - extern void show_activity(int arg); show_activity(0); WATCHDOG_RESET(); } |