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

i2c: i2c-boardinfo: sort includes

I request this for drivers, so the core should adhere to sorted includes as
well.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

+3 -3
+3 -3
drivers/i2c/i2c-boardinfo.c
··· 12 12 * GNU General Public License for more details. 13 13 */ 14 14 15 - #include <linux/kernel.h> 16 - #include <linux/i2c.h> 17 - #include <linux/slab.h> 18 15 #include <linux/export.h> 16 + #include <linux/i2c.h> 17 + #include <linux/kernel.h> 19 18 #include <linux/rwsem.h> 19 + #include <linux/slab.h> 20 20 21 21 #include "i2c-core.h" 22 22