aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ti-st/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ti-st/st.h')
-rw-r--r--drivers/staging/ti-st/st.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/ti-st/st.h b/drivers/staging/ti-st/st.h
index e6a8ffde30a..c4288aa8d2b 100644
--- a/drivers/staging/ti-st/st.h
+++ b/drivers/staging/ti-st/st.h
@@ -50,15 +50,6 @@ enum proto_type {
50 ST_MAX, 50 ST_MAX,
51}; 51};
52 52
53enum {
54 ST_ERR_FAILURE = -1, /* check struct */
55 ST_SUCCESS,
56 ST_ERR_PENDING = -5, /* to call reg_complete_cb */
57 ST_ERR_ALREADY, /* already registered */
58 ST_ERR_INPROGRESS,
59 ST_ERR_NOPROTO, /* protocol not supported */
60};
61
62/* per protocol structure 53/* per protocol structure
63 * for BT/FM and GPS 54 * for BT/FM and GPS
64 */ 55 */