diff options
author | Pavel Roskin <proski@gnu.org> | 2011-07-28 22:50:44 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-09 15:42:36 -0400 |
commit | 9d630c77960bcd7ae36815a985039b78f24c8ba2 (patch) | |
tree | 0ec614c2d96dec029ab37c7716cc3fe15a3b2b8a /include/net | |
parent | c027ed4ceaf779388275911bb6efd507c2e87ef4 (diff) |
lib80211: remove exports for functions not called by other modules
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/lib80211.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/lib80211.h b/include/net/lib80211.h index b95bbb083ee8..2ec896bb72b2 100644 --- a/include/net/lib80211.h +++ b/include/net/lib80211.h | |||
@@ -117,10 +117,7 @@ void lib80211_crypt_info_free(struct lib80211_crypt_info *info); | |||
117 | int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops); | 117 | int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops); |
118 | int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops); | 118 | int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops); |
119 | struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name); | 119 | struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name); |
120 | void lib80211_crypt_deinit_entries(struct lib80211_crypt_info *, int); | ||
121 | void lib80211_crypt_deinit_handler(unsigned long); | ||
122 | void lib80211_crypt_delayed_deinit(struct lib80211_crypt_info *info, | 120 | void lib80211_crypt_delayed_deinit(struct lib80211_crypt_info *info, |
123 | struct lib80211_crypt_data **crypt); | 121 | struct lib80211_crypt_data **crypt); |
124 | void lib80211_crypt_quiescing(struct lib80211_crypt_info *info); | ||
125 | 122 | ||
126 | #endif /* LIB80211_H */ | 123 | #endif /* LIB80211_H */ |