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:
@@ -7,7 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <linux/err.h>
|
||||
#include <dm.h>
|
||||
#include <w1-eeprom.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <linux/err.h>
|
||||
#include <dm.h>
|
||||
#include <w1-eeprom.h>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_W1_EEPROM
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <w1.h>
|
||||
|
||||
Reference in New Issue
Block a user