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

mfd: asic3: Include the right header

This is a GPIO driver, use the appropriate header
<linux/gpio/driver.h> rather than the legacy <linux/gpio.h>
header.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Linus Walleij and committed by
Lee Jones
5cd690a3 40667d1b

+1 -1
+1 -1
drivers/mfd/asic3.c
··· 15 15 #include <linux/kernel.h> 16 16 #include <linux/delay.h> 17 17 #include <linux/irq.h> 18 - #include <linux/gpio.h> 18 + #include <linux/gpio/driver.h> 19 19 #include <linux/export.h> 20 20 #include <linux/io.h> 21 21 #include <linux/slab.h>