led: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:55 -06:00
parent 3f77172db2
commit be1f54ab6f
8 changed files with 0 additions and 8 deletions

View File

@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_LED
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <led.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <led.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <led.h>

View File

@@ -6,7 +6,6 @@
* drivers/led/led_bcm6858.c
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <led.h>

View File

@@ -7,7 +7,6 @@
* drivers/led/led_bcm6358.c
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <led.h>

View File

@@ -6,7 +6,6 @@
*
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <led.h>

View File

@@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <led.h>

View File

@@ -4,7 +4,6 @@
* Author: Ivan Vozvakhov <i.vozvakhov@vk.team>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <led.h>