diff options
Diffstat (limited to 'net/mac80211/ieee80211_key.h')
-rw-r--r-- | net/mac80211/ieee80211_key.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_key.h b/net/mac80211/ieee80211_key.h index 1b5e539c678f..58e192530826 100644 --- a/net/mac80211/ieee80211_key.h +++ b/net/mac80211/ieee80211_key.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #define IEEE80211_KEY_H | 11 | #define IEEE80211_KEY_H |
12 | 12 | ||
13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
14 | #include <linux/kref.h> | 14 | #include <linux/list.h> |
15 | #include <linux/crypto.h> | 15 | #include <linux/crypto.h> |
16 | #include <net/mac80211.h> | 16 | #include <net/mac80211.h> |
17 | 17 | ||
@@ -42,8 +42,6 @@ | |||
42 | #define NUM_RX_DATA_QUEUES 17 | 42 | #define NUM_RX_DATA_QUEUES 17 |
43 | 43 | ||
44 | struct ieee80211_key { | 44 | struct ieee80211_key { |
45 | struct kref kref; | ||
46 | |||
47 | union { | 45 | union { |
48 | struct { | 46 | struct { |
49 | /* last used TSC */ | 47 | /* last used TSC */ |