aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wfx/main.h')
-rw-r--r--drivers/staging/wfx/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wfx/main.h b/drivers/staging/wfx/main.h
index 115abd2d4378..68a7807c5fb6 100644
--- a/drivers/staging/wfx/main.h
+++ b/drivers/staging/wfx/main.h
@@ -16,7 +16,7 @@
#include "hif_api_general.h"
struct wfx_dev;
-struct hwbus_ops;
+struct wfx_hwbus_ops;
struct wfx_platform_data {
/* Keyset and ".sec" extension will be appended to this string */
@@ -31,7 +31,7 @@ struct wfx_platform_data {
struct wfx_dev *wfx_init_common(struct device *dev,
const struct wfx_platform_data *pdata,
- const struct hwbus_ops *hwbus_ops,
+ const struct wfx_hwbus_ops *hwbus_ops,
void *hwbus_priv);
int wfx_probe(struct wfx_dev *wdev);