diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-23 08:56:29 -0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-23 09:08:51 -0400 |
commit | f0166e5e3cdab66d5a31f796ce18e21fd3ce99dc (patch) | |
tree | dbdd622cfa4fb8cbf127d3b494c9db2eec2a4760 /net/ieee802154/raw.c | |
parent | 878fa89f97954337d1dc41f0ccc3a8b5f89cfbc7 (diff) |
ieee802154: move headers out of extra directory
include/net/ieee802154/af_ieee802154.h (and others) naming seems to be too long
and redundant. Drop one level of subdirectories.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'net/ieee802154/raw.c')
-rw-r--r-- | net/ieee802154/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/raw.c b/net/ieee802154/raw.c index fca44d59f97e..ea8d1f15206e 100644 --- a/net/ieee802154/raw.c +++ b/net/ieee802154/raw.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <linux/if_arp.h> | 26 | #include <linux/if_arp.h> |
27 | #include <linux/list.h> | 27 | #include <linux/list.h> |
28 | #include <net/sock.h> | 28 | #include <net/sock.h> |
29 | #include <net/ieee802154/af_ieee802154.h> | 29 | #include <net/af_ieee802154.h> |
30 | 30 | ||
31 | #include "af802154.h" | 31 | #include "af802154.h" |
32 | 32 | ||