staging: wilc1000: remove unnecessary header file inclusion for wilc
Remove the unnecessary file inclusion in the source code. Also follow the convension to first include the system header then project specific header files. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2d7b523193
commit
880e404e8f
@ -1,9 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include "coreconfigurator.h"
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
#include <linux/errno.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
#define TAG_PARAM_OFFSET (MAC_HDR_LEN + TIME_STAMP_LEN + \
|
||||
BEACON_INTERVAL_LEN + CAP_INFO_LEN)
|
||||
|
||||
|
@ -1,18 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include <linux/slab.h>
|
||||
#include <linux/time.h>
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/completion.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/workqueue.h>
|
||||
#include "host_interface.h"
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/errno.h>
|
||||
#include "coreconfigurator.h"
|
||||
#include "wilc_wlan.h"
|
||||
#include "wilc_wlan_if.h"
|
||||
#include <linux/etherdevice.h>
|
||||
#include "wilc_wfi_netdevice.h"
|
||||
|
||||
#define HOST_IF_MSG_SCAN 0
|
||||
|
@ -1,7 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include "wilc_wfi_cfgoperations.h"
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
|
||||
struct wilc_wfi_radiotap_hdr {
|
||||
struct ieee80211_radiotap_header hdr;
|
||||
|
@ -1,28 +1,12 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include "wilc_wfi_cfgoperations.h"
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
|
||||
#include <linux/slab.h>
|
||||
#include <linux/sched.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/workqueue.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/irq.h>
|
||||
#include <linux/gpio.h>
|
||||
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/firmware.h>
|
||||
|
||||
#include <linux/init.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include <linux/inetdevice.h>
|
||||
#include <linux/etherdevice.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/skbuff.h>
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/completion.h>
|
||||
|
||||
#include "wilc_wfi_cfgoperations.h"
|
||||
|
||||
bool wilc_enable_ps = true;
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
#if defined(WILC_DEBUGFS)
|
||||
#include <linux/module.h>
|
||||
#include <linux/debugfs.h>
|
||||
#include <linux/poll.h>
|
||||
#include <linux/sched.h>
|
||||
|
||||
#include "wilc_wlan_if.h"
|
||||
|
||||
|
@ -5,17 +5,11 @@
|
||||
* Module Name: wilc_sdio.c
|
||||
*/
|
||||
|
||||
#include <linux/string.h>
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
#include "wilc_wfi_netdevice.h"
|
||||
#include <linux/mmc/sdio_func.h>
|
||||
#include <linux/mmc/card.h>
|
||||
#include <linux/mmc/sdio_ids.h>
|
||||
#include <linux/mmc/sdio.h>
|
||||
#include <linux/mmc/host.h>
|
||||
#include <linux/of_gpio.h>
|
||||
|
||||
#include "wilc_wfi_netdevice.h"
|
||||
|
||||
#define SDIO_MODALIAS "wilc1000_sdio"
|
||||
|
||||
#define SDIO_VENDOR_ID_WILC 0x0296
|
||||
|
@ -5,21 +5,9 @@
|
||||
* Module Name: wilc_spi.c
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/fs.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/cdev.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/spi/spi.h>
|
||||
#include <linux/of_gpio.h>
|
||||
|
||||
#include <linux/string.h>
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
#include "wilc_wfi_netdevice.h"
|
||||
|
||||
struct wilc_spi {
|
||||
|
@ -1,7 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include "wilc_wfi_cfgoperations.h"
|
||||
#include "host_interface.h"
|
||||
#include <linux/errno.h>
|
||||
|
||||
#define NO_ENCRYPT 0
|
||||
#define ENCRYPT_ENABLED BIT(0)
|
||||
|
@ -7,33 +7,14 @@
|
||||
#define PMKID_FOUND 1
|
||||
#define NUM_STA_ASSOCIATED 8
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/moduleparam.h>
|
||||
#include <linux/sched.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/time.h>
|
||||
#include <linux/in.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include <linux/etherdevice.h>
|
||||
#include <linux/ip.h>
|
||||
#include <linux/tcp.h>
|
||||
#include <linux/skbuff.h>
|
||||
#include <linux/ieee80211.h>
|
||||
#include <net/cfg80211.h>
|
||||
#include <net/ieee80211_radiotap.h>
|
||||
#include <linux/if_arp.h>
|
||||
#include <linux/in6.h>
|
||||
#include <asm/checksum.h>
|
||||
|
||||
#include "host_interface.h"
|
||||
#include "wilc_wlan.h"
|
||||
#include <linux/wireless.h>
|
||||
#include <linux/completion.h>
|
||||
#include <linux/mutex.h>
|
||||
|
||||
#define FLOW_CONTROL_LOWER_THRESHOLD 128
|
||||
#define FLOW_CONTROL_UPPER_THRESHOLD 256
|
||||
|
@ -1,7 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include <linux/completion.h>
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
#include "wilc_wfi_netdevice.h"
|
||||
#include "wilc_wlan_cfg.h"
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
/* */
|
||||
/* ///////////////////////////////////////////////////////////////////////// */
|
||||
|
||||
#include <linux/string.h>
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
#include "wilc_wlan_cfg.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user