mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
mux: 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
6fa1cca73a
commit
57f9f79812
@ -6,7 +6,6 @@
|
||||
* Copyright (C) 2017 Pengutronix, Philipp Zabel <kernel@pengutronix.de>
|
||||
* Copyright (C) 2019 Texas Instrument, Jean-jacques Hiblot <jjhiblot@ti.com>
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <mux-internal.h>
|
||||
#include <regmap.h>
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_MUX
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <mux-internal.h>
|
||||
#include <dm/device-internal.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user