i2c: i2c-boardinfo: sort includes
authorWolfram Sang <wsa@the-dreams.de>
Sat, 20 Feb 2016 22:33:38 +0000 (23:33 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 20 Feb 2016 22:33:38 +0000 (23:33 +0100)
I request this for drivers, so the core should adhere to sorted includes as
well.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-boardinfo.c

index 90e3229..e33022e 100644 (file)
  * 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/i2c.h>
+#include <linux/kernel.h>
 #include <linux/rwsem.h>
+#include <linux/slab.h>
 
 #include "i2c-core.h"