Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: proximity: rfd77402: Reorder header includes

Reorder header includes to follow kernel include
ordering conventions.

Signed-off-by: Shrikant Raskar <raskar.shree97@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Shrikant Raskar and committed by
Jonathan Cameron
a35df4c1 188c3382

+2 -2
+2 -2
drivers/iio/proximity/rfd77402.c
··· 10 10 * https://media.digikey.com/pdf/Data%20Sheets/RF%20Digital%20PDFs/RFD77402.pdf 11 11 */ 12 12 13 - #include <linux/module.h> 14 - #include <linux/i2c.h> 15 13 #include <linux/delay.h> 14 + #include <linux/i2c.h> 15 + #include <linux/module.h> 16 16 17 17 #include <linux/iio/iio.h> 18 18