aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wfx/bus.h')
-rw-r--r--drivers/staging/wfx/bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wfx/bus.h b/drivers/staging/wfx/bus.h
index ca04b3da6204..91b5a545b8ff 100644
--- a/drivers/staging/wfx/bus.h
+++ b/drivers/staging/wfx/bus.h
@@ -20,7 +20,7 @@
#define WFX_REG_SET_GEN_R_W 0x6
#define WFX_REG_FRAME_OUT 0x7
-struct hwbus_ops {
+struct wfx_hwbus_ops {
int (*copy_from_io)(void *bus_priv, unsigned int addr,
void *dst, size_t count);
int (*copy_to_io)(void *bus_priv, unsigned int addr,