1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-23 04:03:59 +01:00

w1-eeprom: 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:31:34 -06:00
parent 051d224566
commit 334edd5f4d
4 changed files with 0 additions and 4 deletions

View File

@@ -7,7 +7,6 @@
*
*/
#include <common.h>
#include <linux/err.h>
#include <dm.h>
#include <w1-eeprom.h>

View File

@@ -20,7 +20,6 @@
* Martin Fuzzey <martin.fuzzey@flowbird.group>
*/
#include <common.h>
#include <dm.h>
#include <dm/device_compat.h>
#include <linux/err.h>

View File

@@ -4,7 +4,6 @@
*
*/
#include <common.h>
#include <linux/err.h>
#include <dm.h>
#include <w1-eeprom.h>

View File

@@ -12,7 +12,6 @@
#define LOG_CATEGORY UCLASS_W1_EEPROM
#include <common.h>
#include <dm.h>
#include <log.h>
#include <w1.h>