projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b251d4d
)
ieee802154: Remove ieee802154_reduced_mlme_ops references.
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Mon, 25 May 2015 12:38:33 +0000
(15:38 +0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 26 May 2015 18:26:09 +0000
(20:26 +0200)
As there doesn't seem to be a definition of it or any users of it.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/ieee802154_netdev.h
patch
|
blob
|
history
diff --git
a/include/net/ieee802154_netdev.h
b/include/net/ieee802154_netdev.h
index 84a72a1382a82601ffbc865b025d9d1ffc9320ff..0a87975128ec4d180e1184e138ef601c533b704f 100644
(file)
--- a/
include/net/ieee802154_netdev.h
+++ b/
include/net/ieee802154_netdev.h
@@
-430,10
+430,4
@@
ieee802154_mlme_ops(const struct net_device *dev)
return dev->ml_priv;
}
-static inline struct ieee802154_reduced_mlme_ops *
-ieee802154_reduced_mlme_ops(const struct net_device *dev)
-{
- return dev->ml_priv;
-}
-
#endif