From: Bartosz Golaszewski Date: Sat, 19 Sep 2020 13:36:56 +0000 (+0200) Subject: gpio: exar: include idr.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26ced453a519629278bfd0ac789a8a1786f71099;p=linux.git gpio: exar: include idr.h This driver uses IDA APIs but doesn't include the relevant header. This fixes it. Signed-off-by: Bartosz Golaszewski Reviewed-by: Andy Shevchenko --- diff --git a/drivers/gpio/gpio-exar.c b/drivers/gpio/gpio-exar.c index 4202dd363a11d..1941ae5334180 100644 --- a/drivers/gpio/gpio-exar.c +++ b/drivers/gpio/gpio-exar.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include