lkml.org 
[lkml]   [2023]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 13/18] gpio: reg: Add missing header(s)
    Date
    Do not imply that some of the generic headers may be always included.
    Instead, include explicitly what we are direct user of.

    While at it, split out the GPIO group of headers.

    Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    ---
    drivers/gpio/gpio-reg.c | 12 ++++++++++--
    1 file changed, 10 insertions(+), 2 deletions(-)

    diff --git a/drivers/gpio/gpio-reg.c b/drivers/gpio/gpio-reg.c
    index d35169bde25a..73c7260d89c0 100644
    --- a/drivers/gpio/gpio-reg.c
    +++ b/drivers/gpio/gpio-reg.c
    @@ -4,11 +4,19 @@
    *
    * Copyright (C) 2016 Russell King
    */
    -#include <linux/gpio/driver.h>
    -#include <linux/gpio/gpio-reg.h>
    +#include <linux/bits.h>
    +#include <linux/container_of.h>
    +#include <linux/device.h>
    +#include <linux/err.h>
    +#include <linux/errno.h>
    #include <linux/io.h>
    +#include <linux/irqdomain.h>
    #include <linux/slab.h>
    #include <linux/spinlock.h>
    +#include <linux/types.h>
    +
    +#include <linux/gpio/driver.h>
    +#include <linux/gpio/gpio-reg.h>

    struct gpio_reg {
    struct gpio_chip gc;
    --
    2.39.1
    \
     
     \ /
      Last update: 2023-03-27 00:15    [W:4.163 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site