Commit b11a0b3e authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: palmas: Include the right header



This is a GPIO driver, include only <linux/gpio/driver.h>.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b7351b07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/mfd/palmas.h>