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: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-05-01 19:31:33 -06:00
parent 3ba56d6b23
commit 051d224566
3 changed files with 0 additions and 3 deletions

View File

@ -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>

View File

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

View File

@ -14,7 +14,6 @@
#define LOG_CATEGORY UCLASS_W1
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <log.h>