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

i2c: i2c-boardinfo: 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 4916eb69
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <linux/kernel.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/export.h> #include <linux/export.h>
#include <linux/i2c.h>
#include <linux/kernel.h>
#include <linux/rwsem.h> #include <linux/rwsem.h>
#include <linux/slab.h>
#include "i2c-core.h" #include "i2c-core.h"
......
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