mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
staging: wilc1000: added 'WILC_' prefix in header guard macro
Use 'WILC_' prefix in header guard to follow the proper naming convention for macro name. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Link: https://lore.kernel.org/r/20191105095058.24223-4-ajay.kathat@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6cecbb2c67
commit
664578d581
3 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
|||
* All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef NM_WFI_CFGOPERATIONS
|
||||
#define NM_WFI_CFGOPERATIONS
|
||||
#ifndef WILC_CFG80211_H
|
||||
#define WILC_CFG80211_H
|
||||
#include "netdev.h"
|
||||
|
||||
struct wiphy *wilc_cfg_alloc(void);
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef HOST_INT_H
|
||||
#define HOST_INT_H
|
||||
#ifndef WILC_HIF_H
|
||||
#define WILC_HIF_H
|
||||
#include <linux/ieee80211.h>
|
||||
#include "wlan_if.h"
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef WILC_WFI_NETDEVICE
|
||||
#define WILC_WFI_NETDEVICE
|
||||
#ifndef WILC_NETDEV_H
|
||||
#define WILC_NETDEV_H
|
||||
|
||||
#include <linux/tcp.h>
|
||||
#include <linux/ieee80211.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue