From: Alexander Aring Date: Thu, 24 Sep 2015 07:37:10 +0000 (+0200) Subject: ieee802154: remove unnecessary includes X-Git-Tag: Ubuntu-5.10.0-12.13~13833^2~173^2~52 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f856f21dbcd162a53e30987a91d75d5ab54a7f80;p=mirror_ubuntu-hirsute-kernel.git ieee802154: remove unnecessary includes 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 Signed-off-by: Marcel Holtmann --- diff --git a/include/linux/ieee802154.h b/include/linux/ieee802154.h index aca228b81464..d3e415674dac 100644 --- a/include/linux/ieee802154.h +++ b/include/linux/ieee802154.h @@ -25,9 +25,6 @@ #include #include -#include -#include -#include #define IEEE802154_MTU 127 #define IEEE802154_ACK_PSDU_LEN 5