mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02: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:
parent
051d224566
commit
334edd5f4d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user