From fcdd5f09c03bfc95f196dfa781ff447c5cbcc319 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Thu, 23 Apr 2015 13:42:02 +0200 Subject: i2c: st: add include for pinctrl The driver uses pinctrl directly and thus should include the appropriate header. Sort the headers while we are here to have a better view what is included and what is not. Reported-by: Pascal Huerst Signed-off-by: Wolfram Sang diff --git a/drivers/i2c/busses/i2c-st.c b/drivers/i2c/busses/i2c-st.c index 88057fa..ea72dca 100644 --- a/drivers/i2c/busses/i2c-st.c +++ b/drivers/i2c/busses/i2c-st.c @@ -10,17 +10,18 @@ * published by the Free Software Foundation. */ -#include -#include -#include #include -#include #include -#include #include -#include +#include +#include +#include +#include #include #include +#include +#include +#include /* SSC registers */ #define SSC_BRG 0x000 -- cgit v0.10.2