summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-01 21:56:40 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-01 21:56:40 -0700
commit598f95ba6a545edcbd25688310e5a800ba70b83c (patch)
tree8a9fa766d55401e988b54fc0493770705a8ec6de /include
parent3cfc91a2b477998d3dfa60cf76bffb67efbf2829 (diff)
parent843033e0053b21a7656e2ff1ded3a1d157620d6e (diff)
Merge "Revert "net: activity_stats: Add statistics for network transmission activity""
Diffstat (limited to 'include')
-rw-r--r--include/net/activity_stats.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/net/activity_stats.h b/include/net/activity_stats.h
deleted file mode 100644
index 10e4c1506eeb..000000000000
--- a/include/net/activity_stats.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2010 Google, Inc.
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * Author: Mike Chan (mike@android.com)
- */
-
-#ifndef __activity_stats_h
-#define __activity_stats_h
-
-#ifdef CONFIG_NET_ACTIVITY_STATS
-void activity_stats_update(void);
-#else
-#define activity_stats_update(void) {}
-#endif
-
-#endif /* _NET_ACTIVITY_STATS_H */