projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df9d271
)
batman-adv: Drop compat-hack for __poll_t
author
Sven Eckelmann
<sven@narfation.org>
Fri, 22 Feb 2019 19:19:42 +0000
(20:19 +0100)
committer
Sven Eckelmann
<sven@narfation.org>
Fri, 22 Feb 2019 19:38:35 +0000
(20:38 +0100)
__poll_t is already defined by the mac80211's backports and
doesn't have to be redefined in the compat-hacks.h.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
batman-adv/src/compat-hacks.h
patch
|
blob
|
history
diff --git
a/batman-adv/src/compat-hacks.h
b/batman-adv/src/compat-hacks.h
index 5733d69918e2e734faf3ac7458dbb77a897bceb1..85c57bed33a8ab996bef194a1eeaed114ef07280 100644
(file)
--- a/
batman-adv/src/compat-hacks.h
+++ b/
batman-adv/src/compat-hacks.h
@@
-167,13
+167,6
@@
static inline int batadv_cfg80211_get_station(struct net_device *dev,
#endif /* < KERNEL_VERSION(4, 18, 0) */
-
-#ifdef __CHECK_POLL
-typedef unsigned __bitwise __poll_t;
-#else
-typedef unsigned __poll_t;
-#endif
-
#endif /* < KERNEL_VERSION(4, 16, 0) */
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 0, 0)