]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ieee802154: remove unnecessary includes
authorAlexander Aring <alex.aring@gmail.com>
Thu, 24 Sep 2015 07:37:10 +0000 (09:37 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 24 Sep 2015 18:42:37 +0000 (20:42 +0200)
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>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/linux/ieee802154.h

index aca228b81464ca2d68b302617e07af5ccb9ded79..d3e415674dac4dfa34145c3f1d3a49685c70413c 100644 (file)
@@ -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