Remove <common.h> from this driver directory and when needed add missing include files directly.
Signed-off-by: Tom Rini <[email protected]> --- Cc: Tom Rini <[email protected]> Cc: Anand Gore <[email protected]> Cc: William Zhang <[email protected]> Cc: Kursad Oney <[email protected]> Cc: Joel Peshkin <[email protected]> Cc: Philippe Reynes <[email protected]> Cc: Alex Nemirovsky <[email protected]> Cc: Ivan Vozvakhov <[email protected]> Cc: Rasmus Villemoes <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Christian Gmeiner <[email protected]> --- drivers/led/led-uclass.c | 1 - drivers/led/led_bcm6328.c | 1 - drivers/led/led_bcm6358.c | 1 - drivers/led/led_bcm6753.c | 1 - drivers/led/led_bcm6858.c | 1 - drivers/led/led_cortina.c | 1 - drivers/led/led_gpio.c | 1 - drivers/led/led_pwm.c | 1 - 8 files changed, 8 deletions(-) diff --git a/drivers/led/led-uclass.c b/drivers/led/led-uclass.c index a4be56fc2584..f37bf6a1550c 100644 --- a/drivers/led/led-uclass.c +++ b/drivers/led/led-uclass.c @@ -6,7 +6,6 @@ #define LOG_CATEGORY UCLASS_LED -#include <common.h> #include <dm.h> #include <errno.h> #include <led.h> diff --git a/drivers/led/led_bcm6328.c b/drivers/led/led_bcm6328.c index f59a92fb1fda..dcc5741195cd 100644 --- a/drivers/led/led_bcm6328.c +++ b/drivers/led/led_bcm6328.c @@ -3,7 +3,6 @@ * Copyright (C) 2017 Álvaro Fernández Rojas <[email protected]> */ -#include <common.h> #include <dm.h> #include <errno.h> #include <led.h> diff --git a/drivers/led/led_bcm6358.c b/drivers/led/led_bcm6358.c index 25aa3994d0e4..b1373ab74267 100644 --- a/drivers/led/led_bcm6358.c +++ b/drivers/led/led_bcm6358.c @@ -3,7 +3,6 @@ * Copyright (C) 2017 Álvaro Fernández Rojas <[email protected]> */ -#include <common.h> #include <dm.h> #include <errno.h> #include <led.h> diff --git a/drivers/led/led_bcm6753.c b/drivers/led/led_bcm6753.c index 2466d9301166..170caf7bdca7 100644 --- a/drivers/led/led_bcm6753.c +++ b/drivers/led/led_bcm6753.c @@ -6,7 +6,6 @@ * drivers/led/led_bcm6858.c */ -#include <common.h> #include <dm.h> #include <errno.h> #include <led.h> diff --git a/drivers/led/led_bcm6858.c b/drivers/led/led_bcm6858.c index 397dc0d8693d..a6efdcf64053 100644 --- a/drivers/led/led_bcm6858.c +++ b/drivers/led/led_bcm6858.c @@ -7,7 +7,6 @@ * drivers/led/led_bcm6358.c */ -#include <common.h> #include <dm.h> #include <errno.h> #include <led.h> diff --git a/drivers/led/led_cortina.c b/drivers/led/led_cortina.c index bcbe78d632ac..2d3ad323d33b 100644 --- a/drivers/led/led_cortina.c +++ b/drivers/led/led_cortina.c @@ -6,7 +6,6 @@ * */ -#include <common.h> #include <dm.h> #include <errno.h> #include <led.h> diff --git a/drivers/led/led_gpio.c b/drivers/led/led_gpio.c index 71421de628c9..ce22fb49f2a9 100644 --- a/drivers/led/led_gpio.c +++ b/drivers/led/led_gpio.c @@ -4,7 +4,6 @@ * Written by Simon Glass <[email protected]> */ -#include <common.h> #include <dm.h> #include <errno.h> #include <led.h> diff --git a/drivers/led/led_pwm.c b/drivers/led/led_pwm.c index ae6de3087ab7..15dd836509b8 100644 --- a/drivers/led/led_pwm.c +++ b/drivers/led/led_pwm.c @@ -4,7 +4,6 @@ * Author: Ivan Vozvakhov <[email protected]> */ -#include <common.h> #include <dm.h> #include <errno.h> #include <led.h> -- 2.34.1

