From: Alexander Aring <alex.aring@gmail.com>
To: linux-wpan@vger.kernel.org
Cc: kernel@pengutronix.de, Alexander Aring <alex.aring@gmail.com>
Subject: [PATCH bluetooth-next 5/7] ieee802154: move wpan-class.c to core.c
Date: Sat, 25 Oct 2014 09:25:03 +0200 [thread overview]
Message-ID: <1414221905-19422-6-git-send-email-alex.aring@gmail.com> (raw)
In-Reply-To: <1414221905-19422-1-git-send-email-alex.aring@gmail.com>
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 <alex.aring@gmail.com>
---
net/ieee802154/Makefile | 2 +-
net/ieee802154/{wpan-class.c => core.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename net/ieee802154/{wpan-class.c => core.c} (100%)
diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile
index 3914b1e..e58c4cb 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
--
2.1.2
next prev parent reply other threads:[~2014-10-25 18:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-25 7:24 [PATCH bluetooth-next 0/7] ieee802154: file movements Alexander Aring
2014-10-25 7:24 ` [PATCH bluetooth-next 1/7] mac802154: move ieee802154_dev.c to main.c Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 2/7] mac802154: move mac802154.h to ieee802154_i.h Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 3/7] mac802154: move wpan.c to iface.c Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 4/7] ieee802154: move wpan-phy.h to cfg802154.h Alexander Aring
2014-10-25 7:25 ` Alexander Aring [this message]
2014-10-25 7:25 ` [PATCH bluetooth-next 6/7] ieee802154: move ieee802154 header Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 7/7] MAINTAINERS: add missing headers in 802.15.4 Alexander Aring
2014-10-25 7:33 ` [PATCH bluetooth-next 0/7] ieee802154: file movements Alexander Aring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1414221905-19422-6-git-send-email-alex.aring@gmail.com \
--to=alex.aring@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-wpan@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox