aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wfx/data_rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wfx/data_rx.h')
-rw-r--r--drivers/staging/wfx/data_rx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/wfx/data_rx.h b/drivers/staging/wfx/data_rx.h
index 61c28bfd2a37..125dbfc1f875 100644
--- a/drivers/staging/wfx/data_rx.h
+++ b/drivers/staging/wfx/data_rx.h
@@ -8,10 +8,9 @@
#ifndef WFX_DATA_RX_H
#define WFX_DATA_RX_H
-#include "hif_api_cmd.h"
-
struct wfx_vif;
struct sk_buff;
+struct hif_ind_rx;
void wfx_rx_cb(struct wfx_vif *wvif,
const struct hif_ind_rx *arg, struct sk_buff *skb);