Skip to content
Snippets Groups Projects
Commit 051d2245 authored by Tom Rini's avatar Tom Rini
Browse files

w1: 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: default avatarTom Rini <trini@konsulko.com>
parent 3ba56d6b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
* Martin Fuzzey <martin.fuzzey@flowbird.group>
*/
#include <common.h>
#include <asm/arch/clock.h>
#include <dm.h>
#include <dm/device_compat.h>
......
......@@ -7,7 +7,6 @@
*
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <w1.h>
......
......@@ -14,7 +14,6 @@
#define LOG_CATEGORY UCLASS_W1
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <log.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment