Commit 62c874ab authored by Wolfram Sang's avatar Wolfram Sang

i2c: i2c-smbus: sort includes

I request this for drivers, so the core should adhere to sorted includes as
well.
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 51714932
......@@ -15,14 +15,14 @@
* GNU General Public License for more details.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/workqueue.h>
#include <linux/i2c.h>
#include <linux/i2c-smbus.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
struct i2c_smbus_alert {
unsigned int alert_edge_triggered:1;
......
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