summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/cw1200_plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/cw1200/cw1200_plat.h')
-rw-r--r--drivers/staging/cw1200/cw1200_plat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/cw1200/cw1200_plat.h b/drivers/staging/cw1200/cw1200_plat.h
index e79794f42a3..4d30dbd3979 100644
--- a/drivers/staging/cw1200/cw1200_plat.h
+++ b/drivers/staging/cw1200/cw1200_plat.h
@@ -16,6 +16,8 @@ struct cw1200_platform_data {
const struct resource *reset;
int (*power_ctrl)(const struct cw1200_platform_data *pdata,
bool enable);
+ int (*clk_ctrl)(const struct cw1200_platform_data *pdata,
+ bool enable);
};
/* Declaration only. Should be implemented in arch/xxx/mach-yyy */