Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0997b44 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Marcel Holtmann
Browse files

ieee802154: Remove ieee802154_reduced_mlme_ops references.



As there doesn't seem to be a definition of it or any users of it.

Signed-off-by: default avatarLennert Buytenhek <buytenh@wantstofly.org>
Acked-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent b251d4de
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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