staging: r8712u: Fix sparse message
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
6ddc5fb43e
Коммит
e3dc896b21
|
@ -27,6 +27,7 @@
|
|||
******************************************************************************/
|
||||
|
||||
#define _RTL871X_IOCTL_LINUX_C_
|
||||
#define _RTL871X_MP_IOCTL_C_
|
||||
|
||||
#include "osdep_service.h"
|
||||
#include "drv_types.h"
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
*
|
||||
******************************************************************************/
|
||||
|
||||
#define _RTL871X_MP_IOCTL_C_
|
||||
|
||||
#include "osdep_service.h"
|
||||
#include "drv_types.h"
|
||||
#include "mlme_osdep.h"
|
||||
|
|
|
@ -373,7 +373,7 @@ unsigned int mp_ioctl_xmit_packet_hdl(struct oid_par_priv *poid_par_priv);
|
|||
#ifdef _RTL871X_MP_IOCTL_C_ /* CAUTION!!! */
|
||||
/* This ifdef _MUST_ be left in!! */
|
||||
|
||||
struct mp_ioctl_handler mp_ioctl_hdl[] = {
|
||||
static struct mp_ioctl_handler mp_ioctl_hdl[] = {
|
||||
{sizeof(u32), oid_rt_pro_start_test_hdl,
|
||||
OID_RT_PRO_START_TEST},/*0*/
|
||||
{sizeof(u32), oid_rt_pro_stop_test_hdl,
|
||||
|
|
Загрузка…
Ссылка в новой задаче