diff options
author | Fabio Estevam <[email protected]> | 2023-08-03 23:16:57 -0300 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-08-22 08:07:50 +0100 |
commit | 7970744b1df81a27ff8a24d92ee155436dd5dc8a (patch) | |
tree | 1a3449d9e3a376e0d351b63f2f9922d21840efde | |
parent | 7564efb37346a5c3923528d1b17138d8b4e3c7db (diff) |
dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header
There is nothing from <dt-bindings/leds/common.h> that is needed by
the binding example.
Remove the unneeded inclusion.
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Matti Vaittinen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml index 7ab7b2c7f3e6..d783cc4e4e86 100644 --- a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml +++ b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml @@ -130,7 +130,6 @@ dependencies: examples: - | #include <dt-bindings/interrupt-controller/irq.h> - #include <dt-bindings/leds/common.h> i2c { #address-cells = <1>; |