Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e9554a4 authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: ks8695: Include the right header



This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 430f6499
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/init.h>