]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8192u: ieee80211: Do not export static function
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Sat, 24 Oct 2015 17:21:00 +0000 (22:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 07:55:23 +0000 (16:55 +0900)
commitc41662bb7cbe8f8638803427fb9bab6c87294ead
tree2fcadfd2c05b40011256c55437049079783f38f0
parent25b61fc7c1a8d77064c5312cbe3a9f7292161b81
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>
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c