Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
* [PATCH bluetooth-next 1/2] ieee802154: remove unnecessary includes
@ 2015-09-24  7:37 Alexander Aring
  2015-09-24  7:37 ` [PATCH bluetooth-next 2/2] mac802154: iface: assume big endian for af_packet Alexander Aring
  2015-09-24 18:43 ` [PATCH bluetooth-next 1/2] ieee802154: remove unnecessary includes Marcel Holtmann
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Aring @ 2015-09-24  7:37 UTC (permalink / raw)
  To: linux-wpan; +Cc: kernel, Alexander Aring

This patch removes some unnecessary includes from ieee802154 header,
which was introduced by commit b609fb54adfa ("ieee802154: add helpers for
frame control checks").

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
 include/linux/ieee802154.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/linux/ieee802154.h b/include/linux/ieee802154.h
index aca228b..d3e4156 100644
--- a/include/linux/ieee802154.h
+++ b/include/linux/ieee802154.h
@@ -25,9 +25,6 @@
 
 #include <linux/types.h>
 #include <linux/random.h>
-#include <linux/skbuff.h>
-#include <linux/unaligned/memmove.h>
-#include <asm/byteorder.h>
 
 #define IEEE802154_MTU			127
 #define IEEE802154_ACK_PSDU_LEN		5
-- 
2.5.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-24 18:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24  7:37 [PATCH bluetooth-next 1/2] ieee802154: remove unnecessary includes Alexander Aring
2015-09-24  7:37 ` [PATCH bluetooth-next 2/2] mac802154: iface: assume big endian for af_packet Alexander Aring
2015-09-24 18:44   ` Marcel Holtmann
2015-09-24 18:43 ` [PATCH bluetooth-next 1/2] ieee802154: remove unnecessary includes Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox