summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorAlison Schofield <amsfield22@gmail.com>2016-02-25 23:01:13 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-01 19:40:04 -0800
commit895eb6a9fdabb5ecbb21c050be76959099678c8c (patch)
treef92e7faa20260cd8138f6cc9f37dceabb347a1d7 /tools/perf/scripts/python/netdev-times.py
parent34b68e124774e2a7c01561849492961891bf1e3d (diff)
downloadkernel-895eb6a9fdabb5ecbb21c050be76959099678c8c.tar.gz
staging: wilc1000: remove code for HOST_IF_GET_LINKSPEED
The function that sent this message id was previously removed. Finish the cleanup by removing the call to the message handler, the message handler, the #define, and the link_speed var. Signed-off-by: Alison Schofield <amsfield22@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
b7270aa586042a4b'>kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada 2018-05-07fixdep: suppress consecutive / from file paths in dependency list filesNicolas Pitre 2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada 2018-03-05fixdep: do not ignore kconfig.hRasmus Villemoes 2018-03-05fixdep: remove some false CONFIG_ matchesRasmus Villemoes 2018-03-05fixdep: remove stale references to uml-config.hRasmus Villemoes 2018-01-18fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada 2018-01-18fixdep: refactor parse_dep_file()Masahiro Yamada 2018-01-18fixdep: move global variables to local variables of main()Masahiro Yamada 2018-01-18fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada 2018-01-18fixdep: factor out common code for reading filesMasahiro Yamada 2018-01-18fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada 2018-01-18fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada 2018-01-08fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn 2017-08-10fixdep: trivial: typo fix and correctionCao jin 2016-08-24fixdep: faster CONFIG_ searchAlexey Dobriyan 2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre 2016-03-29fixdep: accept extra dependencies on stdinNicolas Pitre 2016-02-17kbuild: fixdep: Check fstat(2) return valueTom Rini 2015-12-07fixdep: constify strrcmp argumentsNicolas Iooss 2015-08-24kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada 2015-08-24kbuild: fixdep: optimize code slightlyMasahiro Yamada 2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada 2013-04-05kbuild: fixdep: support concatenated dep filesStephen Warren 2013-01-09treewide: Fix typo in various driversMasanari Iida