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 /include/common.h | |
parent | 66c7385a5fd3f5e27adc6a356d7afbd51beca07a (diff) |
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 'include/common.h')
-rw-r--r-- | include/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 4b5841ef470..7338e39d137 100644 --- a/include/common.h +++ b/include/common.h @@ -794,6 +794,10 @@ int pcmcia_init (void); #include <bootstage.h> +#ifdef CONFIG_SHOW_ACTIVITY +void show_activity(int arg); +#endif + /* Multicore arch functions */ #ifdef CONFIG_MP int cpu_status(int nr); |