Commit 2038d3fd authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Lee Jones

leds: gpio: Update headers

Include headers which we are direct users of, no need
to have proxies.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231016161005.1471768-6-andriy.shevchenko@linux.intel.comSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent 7b2d8a05
...@@ -6,17 +6,21 @@ ...@@ -6,17 +6,21 @@
* Raphael Assenat <raph@8d.com> * Raphael Assenat <raph@8d.com>
* Copyright (C) 2008 Freescale Semiconductor, Inc. * Copyright (C) 2008 Freescale Semiconductor, Inc.
*/ */
#include <linux/container_of.h>
#include <linux/device.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/gpio/consumer.h> #include <linux/gpio/consumer.h>
#include <linux/kernel.h>
#include <linux/leds.h> #include <linux/leds.h>
#include <linux/mod_devicetable.h> #include <linux/mod_devicetable.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/overflow.h>
#include <linux/pinctrl/consumer.h> #include <linux/pinctrl/consumer.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/property.h> #include <linux/property.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/types.h>
#include "leds.h" #include "leds.h"
struct gpio_led_data { struct gpio_led_data {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment