Skip to content

Commit fd648e1

Browse files
andy-shevBartosz Golaszewski
authored andcommitted
gpio: zevio: Add missing header
The commit 899f6a9 ("gpio: zevio: Use proper headers and drop OF_GPIO dependency") missed one header this driver depends on. Add it. Fixes: 899f6a9 ("gpio: zevio: Use proper headers and drop OF_GPIO dependency") Reported-by: kernel test robot <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent e3863fa commit fd648e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-zevio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <linux/init.h>
1111
#include <linux/io.h>
1212
#include <linux/mod_devicetable.h>
13+
#include <linux/platform_device.h>
1314
#include <linux/slab.h>
1415
#include <linux/spinlock.h>
1516

0 commit comments

Comments
 (0)