diff options
| author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-24 22:51:00 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-27 16:55:23 +0900 |
| commit | bcfe55b4afa396340f9a3bb70b56f9b8b5b49e51 (patch) | |
| tree | 2fcadfd2c05b40011256c55437049079783f38f0 /tools/perf/scripts/python/netdev-times.py | |
| parent | 01afde858797f1bef08b77b06555945b532d1140 (diff) | |
staging: rtl8192u: ieee80211: Do not export static function
Remove the export symbol for static function.
The semantic patch used to find this is:
// <smpl>
@r@
type T;
identifier f;
@@
static T f (...) { ... }
@@
identifier r.f;
declarer name EXPORT_SYMBOL;
@@
-EXPORT_SYMBOL(f);
// </smpl>
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@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
