summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRakesh Goyal <rgoyal@nvidia.com>2012-02-10 19:40:13 +0530
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-02-15 00:48:55 -0800
commit077ab49b44e20ad100d9bd46533733d1d024573a (patch)
treef423d0cbae41ca64afbd7db2931d1b02928f0f3e /include/linux
parent91b077f8cf2498602efe975c629e0b4efce206b5 (diff)
drivers: misc: ti-st: remove set_power call
set_power() should not be called as BT module(wl12xx) need power rail to be always switched on. Bug 937381 Change-Id: If5b7c6939b57c4384a8b434c58227a84d69e94e5 Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-on: http://git-master/r/83134 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ti_wilink_st.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h
index f1aa0ecc5890..2e4edb1b1b7f 100644
--- a/include/linux/ti_wilink_st.h
+++ b/include/linux/ti_wilink_st.h
@@ -448,7 +448,6 @@ struct ti_st_plat_data {
int (*chip_disable) (struct kim_data_s *);
int (*chip_asleep) (struct kim_data_s *);
int (*chip_awake) (struct kim_data_s *);
- int (*set_power)(int);
};
#endif /* TI_WILINK_ST_H */