lkml.org 
[lkml]   [2020]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 2/7] gpio: exar: include idr.h
    Date
    From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

    This driver uses IDA APIs but doesn't include the relevant header. This
    fixes it.

    Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
    Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    ---
    drivers/gpio/gpio-exar.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/gpio/gpio-exar.c b/drivers/gpio/gpio-exar.c
    index 4202dd363a11..1941ae533418 100644
    --- a/drivers/gpio/gpio-exar.c
    +++ b/drivers/gpio/gpio-exar.c
    @@ -8,6 +8,7 @@
    #include <linux/bitops.h>
    #include <linux/device.h>
    #include <linux/gpio/driver.h>
    +#include <linux/idr.h>
    #include <linux/init.h>
    #include <linux/kernel.h>
    #include <linux/module.h>
    --
    2.29.1
    \
     
     \ /
      Last update: 2020-11-16 11:47    [W:3.865 / U:0.856 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site