diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-25 09:41:04 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-25 21:39:57 +0200 |
commit | 4ca24aca55fe1e2a61f3ffaac9015d9c45204729 (patch) | |
tree | e3b263954c1a572bd683763cab9bc37688bcc2c6 /net/ieee802154/header_ops.c | |
parent | 86d52cd96414f05c4053fb264a85309772c6ae26 (diff) | |
download | linux-stable-4ca24aca55fe1e2a61f3ffaac9015d9c45204729.tar.gz linux-stable-4ca24aca55fe1e2a61f3ffaac9015d9c45204729.tar.bz2 linux-stable-4ca24aca55fe1e2a61f3ffaac9015d9c45204729.zip |
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 @@ * Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> */ +#include <linux/ieee802154.h> + #include <net/mac802154.h> -#include <net/ieee802154.h> #include <net/ieee802154_netdev.h> static int |