staging: iio: adis16400 clean out some unused code
[pandora-kernel.git] / drivers / staging / iio / imu / adis16400.h
index a8062f6..5a69a7a 100644 (file)
@@ -147,21 +147,12 @@ struct adis16400_state {
        struct mutex                    buf_lock;
 };
 
-int adis16400_spi_write_reg_8(struct device *dev,
-                             u8 reg_address,
-                             u8 val);
-
 int adis16400_spi_read_burst(struct device *dev, u8 *rx);
 
-int adis16400_spi_read_sequence(struct device *dev,
-                                     u8 *tx, u8 *rx, int num);
-
 int adis16400_set_irq(struct device *dev, bool enable);
 
 int adis16400_reset(struct device *dev);
 
-int adis16400_stop_device(struct device *dev);
-
 int adis16400_check_status(struct device *dev);
 
 #ifdef CONFIG_IIO_RING_BUFFER