From: Alexander Aring Date: Sat, 25 Oct 2014 07:41:03 +0000 (+0200) Subject: ieee802154: move wpan-class.c to core.c X-Git-Tag: v3.19-rc1~118^2~234^2~3^2~93 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=86d52cd96414f05c4053fb264a85309772c6ae26;p=karo-tx-linux.git ieee802154: move wpan-class.c to core.c Like the wireless core.c file this file contains function for phy allocation and freeing. Move this file to core.c to get similar behaviour. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile index 3914b1ed4274..e58c4cbb3639 100644 --- a/net/ieee802154/Makefile +++ b/net/ieee802154/Makefile @@ -2,7 +2,7 @@ obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o -ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o \ +ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ header_ops.o af_802154-y := af_ieee802154.o raw.o dgram.o diff --git a/net/ieee802154/wpan-class.c b/net/ieee802154/core.c similarity index 100% rename from net/ieee802154/wpan-class.c rename to net/ieee802154/core.c