projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cb7d2
)
iio: humidity: remove duplicated include from hts221_buffer.c
author
Wei Yongjun
<weiyongjun1@huawei.com>
Sat, 29 Oct 2016 16:11:20 +0000
(16:11 +0000)
committer
Jonathan Cameron
<jic23@kernel.org>
Tue, 1 Nov 2016 18:43:46 +0000
(18:43 +0000)
Remove duplicated include.
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/humidity/hts221_buffer.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iio/humidity/hts221_buffer.c
b/drivers/iio/humidity/hts221_buffer.c
index 76b2e8130b6f1f3bc22cefa1858c3349bfb2cdd5..72ddcdac21a2713cda916bd488369538ae3b68aa 100644
(file)
--- a/
drivers/iio/humidity/hts221_buffer.c
+++ b/
drivers/iio/humidity/hts221_buffer.c
@@
-15,7
+15,6
@@
#include <linux/iio/iio.h>
#include <linux/iio/trigger.h>
-#include <linux/interrupt.h>
#include <linux/iio/events.h>
#include <linux/iio/trigger_consumer.h>
#include <linux/iio/triggered_buffer.h>