aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/tegra/funcmux-tegra124.c
diff options
context:
space:
mode:
authorTom Rini2024-05-01 19:31:08 -0600
committerTom Rini2024-05-07 08:00:56 -0600
commitc45973bc60f319de2737618400883023f2b648da (patch)
tree4c646278a865fee19ac310cdc692a248154dbf4b /drivers/pinctrl/tegra/funcmux-tegra124.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/tegra/funcmux-tegra124.c')
-rw-r--r--drivers/pinctrl/tegra/funcmux-tegra124.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/tegra/funcmux-tegra124.c b/drivers/pinctrl/tegra/funcmux-tegra124.c
index e7ad85fde2d..b041cead344 100644
--- a/drivers/pinctrl/tegra/funcmux-tegra124.c
+++ b/drivers/pinctrl/tegra/funcmux-tegra124.c
@@ -6,7 +6,6 @@
/* Tegra124 high-level function multiplexing */
-#include <common.h>
#include <log.h>
#include <asm/arch/clock.h>
#include <asm/arch/funcmux.h>