Commit 49e22c8a authored by Brian Masney's avatar Brian Masney Committed by Jonathan Cameron

staging: iio: tsl2x7x: remove unnecessary struct iio_dev definition

tsl2x7x.h has a blank definition for 'struct iio_dev' that is not
needed. This patch removes that definition.
Signed-off-by: default avatarBrian Masney <masneyb@onstation.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent f4b1c5bf
......@@ -23,8 +23,6 @@
#define __TSL2X7X_H
#include <linux/pm.h>
struct iio_dev;
struct tsl2x7x_lux {
unsigned int ratio;
unsigned int ch0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment