This patch renames the af_ieee802154 file to core. This file contains some core af802154 functionality which is used by raw and dgram socket implementation. Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> --- net/ieee802154/af802154/Makefile | 2 +- net/ieee802154/af802154/{af_ieee802154.c => core.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename net/ieee802154/af802154/{af_ieee802154.c => core.c} (100%) diff --git a/net/ieee802154/af802154/Makefile b/net/ieee802154/af802154/Makefile index f039520..d37fd88 100644 --- a/net/ieee802154/af802154/Makefile +++ b/net/ieee802154/af802154/Makefile @@ -1,3 +1,3 @@ obj-y += af_802154.o -af_802154-y := af_ieee802154.o raw.o dgram.o +af_802154-y := core.o raw.o dgram.o diff --git a/net/ieee802154/af802154/af_ieee802154.c b/net/ieee802154/af802154/core.c similarity index 100% rename from net/ieee802154/af802154/af_ieee802154.c rename to net/ieee802154/af802154/core.c -- 2.2.0 -- 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