projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b1c5b
)
staging: iio: tsl2x7x: remove unnecessary struct iio_dev definition
author
Brian Masney
<
[email protected]
>
Thu, 19 Oct 2017 20:06:23 +0000
(16:06 -0400)
committer
Jonathan Cameron
<
[email protected]
>
Sat, 21 Oct 2017 17:34:31 +0000
(18:34 +0100)
tsl2x7x.h has a blank definition for 'struct iio_dev' that is not
needed. This patch removes that definition.
Signed-off-by: Brian Masney <
[email protected]
>
Signed-off-by: Jonathan Cameron <
[email protected]
>
drivers/staging/iio/light/tsl2x7x.h
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/light/tsl2x7x.h
b/drivers/staging/iio/light/tsl2x7x.h
index a216c6943a84fe5e1e1cf5a939d7e7aa99f4ebfb..df00f2ec17197e9dfbb279d7659b978d52b4c938 100644
(file)
--- a/
drivers/staging/iio/light/tsl2x7x.h
+++ b/
drivers/staging/iio/light/tsl2x7x.h
@@
-23,8
+23,6
@@
#define __TSL2X7X_H
#include <linux/pm.h>
-struct iio_dev;
-
struct tsl2x7x_lux {
unsigned int ratio;
unsigned int ch0;