summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mscc/mscc-common.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:08 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commitc45973bc60f319de2737618400883023f2b648da (patch)
tree4c646278a865fee19ac310cdc692a248154dbf4b /drivers/pinctrl/mscc/mscc-common.c
parent5323767510b78bfa8c79300da3e512c93d965aa6 (diff)
pinctrl: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/pinctrl/mscc/mscc-common.c')
-rw-r--r--drivers/pinctrl/mscc/mscc-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/mscc/mscc-common.c b/drivers/pinctrl/mscc/mscc-common.c
index 307ed1db875..2af5587ec47 100644
--- a/drivers/pinctrl/mscc/mscc-common.c
+++ b/drivers/pinctrl/mscc/mscc-common.c
@@ -10,7 +10,6 @@
#include <asm/gpio.h>
#include <asm/system.h>
-#include <common.h>
#include <config.h>
#include <dm.h>
#include <dm/device-internal.h>