The ieee802154_dev functionality contains various function for allocation and registration of an ieee802154_dev. This is equal to the net/mac80211/main.c file. This patch rename the ieee802154_dev.c to main.c to have the same behaviour. Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> --- net/mac802154/Makefile | 2 +- net/mac802154/{ieee802154_dev.c => main.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename net/mac802154/{ieee802154_dev.c => main.c} (100%) diff --git a/net/mac802154/Makefile b/net/mac802154/Makefile index 9723d6f..1ecbc47 100644 --- a/net/mac802154/Makefile +++ b/net/mac802154/Makefile @@ -1,5 +1,5 @@ obj-$(CONFIG_MAC802154) += mac802154.o -mac802154-objs := ieee802154_dev.o rx.o tx.o mac_cmd.o mib.o \ +mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \ monitor.o wpan.o llsec.o ccflags-y += -D__CHECK_ENDIAN__ diff --git a/net/mac802154/ieee802154_dev.c b/net/mac802154/main.c similarity index 100% rename from net/mac802154/ieee802154_dev.c rename to net/mac802154/main.c -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html