Skip to content
Snippets Groups Projects
Commit 9f8f53a6 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: i2c-stub: 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 62c874ab
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,13 @@
#define DEBUG 1
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/slab.h>
#define MAX_CHIPS 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment