diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-25 03:41:04 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-25 15:39:57 -0400 |
commit | 4ca24aca55fe1e2a61f3ffaac9015d9c45204729 (patch) | |
tree | e3b263954c1a572bd683763cab9bc37688bcc2c6 /net/mac802154/mac_cmd.c | |
parent | 86d52cd96414f05c4053fb264a85309772c6ae26 (diff) |
ieee802154: move ieee802154 header
This patch moves the ieee802154 header into include/linux instead
include/net. Similar like wireless which have the ieee80211 header
inside of include/linux.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/mac802154/mac_cmd.c')
-rw-r--r-- | net/mac802154/mac_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/mac_cmd.c b/net/mac802154/mac_cmd.c index f118ea06d344..ad09d54bc690 100644 --- a/net/mac802154/mac_cmd.c +++ b/net/mac802154/mac_cmd.c | |||
@@ -20,8 +20,8 @@ | |||
20 | 20 | ||
21 | #include <linux/skbuff.h> | 21 | #include <linux/skbuff.h> |
22 | #include <linux/if_arp.h> | 22 | #include <linux/if_arp.h> |
23 | #include <linux/ieee802154.h> | ||
23 | 24 | ||
24 | #include <net/ieee802154.h> | ||
25 | #include <net/ieee802154_netdev.h> | 25 | #include <net/ieee802154_netdev.h> |
26 | #include <net/cfg802154.h> | 26 | #include <net/cfg802154.h> |
27 | #include <net/mac802154.h> | 27 | #include <net/mac802154.h> |