diff options
Diffstat (limited to 'drivers/sbus/char/vfc.h')
-rw-r--r-- | drivers/sbus/char/vfc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/sbus/char/vfc.h b/drivers/sbus/char/vfc.h index f1aa1389ea4a..a5240c52aa0b 100644 --- a/drivers/sbus/char/vfc.h +++ b/drivers/sbus/char/vfc.h | |||
@@ -133,8 +133,6 @@ struct vfc_dev { | |||
133 | unsigned char saa9051_state_array[VFC_SAA9051_NR]; | 133 | unsigned char saa9051_state_array[VFC_SAA9051_NR]; |
134 | }; | 134 | }; |
135 | 135 | ||
136 | extern struct vfc_dev **vfc_dev_lst; | ||
137 | |||
138 | void captstat_reset(struct vfc_dev *); | 136 | void captstat_reset(struct vfc_dev *); |
139 | void memptr_reset(struct vfc_dev *); | 137 | void memptr_reset(struct vfc_dev *); |
140 | 138 | ||
@@ -145,8 +143,6 @@ int vfc_i2c_sendbuf(struct vfc_dev *, unsigned char, char *, int) ; | |||
145 | int vfc_i2c_recvbuf(struct vfc_dev *, unsigned char, char *, int) ; | 143 | int vfc_i2c_recvbuf(struct vfc_dev *, unsigned char, char *, int) ; |
146 | int vfc_i2c_reset_bus(struct vfc_dev *); | 144 | int vfc_i2c_reset_bus(struct vfc_dev *); |
147 | int vfc_init_i2c_bus(struct vfc_dev *); | 145 | int vfc_init_i2c_bus(struct vfc_dev *); |
148 | void vfc_lock_device(struct vfc_dev *); | ||
149 | void vfc_unlock_device(struct vfc_dev *); | ||
150 | 146 | ||
151 | #define VFC_CONTROL_DIAGMODE 0x10000000 | 147 | #define VFC_CONTROL_DIAGMODE 0x10000000 |
152 | #define VFC_CONTROL_MEMPTR 0x20000000 | 148 | #define VFC_CONTROL_MEMPTR 0x20000000 |