Skip to content

Commit

Permalink
ieee802154: Remove ieee802154_reduced_mlme_ops references.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lennert Buytenhek authored and Marcel Holtmann committed May 26, 2015
1 parent b251d4d commit d0997b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/net/ieee802154_netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0997b4

Please sign in to comment.