Skip to content

Commit

Permalink
ieee802154: remove unnecessary includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Aring authored and Marcel Holtmann committed Sep 24, 2015
1 parent eb24d06 commit f856f21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/ieee802154.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f856f21

Please sign in to comment.