We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2d8a0 commit 2038d3fCopy full SHA for 2038d3f
drivers/leds/leds-gpio.c
@@ -6,17 +6,21 @@
6
* Raphael Assenat <raph@8d.com>
7
* Copyright (C) 2008 Freescale Semiconductor, Inc.
8
*/
9
+#include <linux/container_of.h>
10
+#include <linux/device.h>
11
#include <linux/err.h>
12
#include <linux/gpio.h>
13
#include <linux/gpio/consumer.h>
-#include <linux/kernel.h>
14
#include <linux/leds.h>
15
#include <linux/mod_devicetable.h>
16
#include <linux/module.h>
17
+#include <linux/overflow.h>
18
#include <linux/pinctrl/consumer.h>
19
#include <linux/platform_device.h>
20
#include <linux/property.h>
21
#include <linux/slab.h>
22
+#include <linux/types.h>
23
+
24
#include "leds.h"
25
26
struct gpio_led_data {
0 commit comments