summaryrefslogtreecommitdiffstats
path: root/common/main.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-15 08:59:08 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-15 17:16:19 -0500
commit48522bb5035561556042b74bfa8f1f8dd314e340 (patch)
tree798808941885b84ca15d1239eb93835cfbe1e987 /common/main.c
parent66c7385a5fd3f5e27adc6a356d7afbd51beca07a (diff)
downloadblackbird-obmc-uboot-48522bb5035561556042b74bfa8f1f8dd314e340.tar.gz
blackbird-obmc-uboot-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c
index 3b9e39a980..a93335798b 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();
}
OpenPOWER on IntegriCloud