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/ieee802154/header_ops.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/ieee802154/header_ops.c')
-rw-r--r-- | net/ieee802154/header_ops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ieee802154/header_ops.c b/net/ieee802154/header_ops.c index c09294e39ca6..a051b6993177 100644 --- a/net/ieee802154/header_ops.c +++ b/net/ieee802154/header_ops.c | |||
@@ -14,8 +14,9 @@ | |||
14 | * Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> | 14 | * Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <linux/ieee802154.h> | ||
18 | |||
17 | #include <net/mac802154.h> | 19 | #include <net/mac802154.h> |
18 | #include <net/ieee802154.h> | ||
19 | #include <net/ieee802154_netdev.h> | 20 | #include <net/ieee802154_netdev.h> |
20 | 21 | ||
21 | static int | 22 | static int |