diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:07 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
commit | 5323767510b78bfa8c79300da3e512c93d965aa6 (patch) | |
tree | 6beb60087f2f5c1cd00d64e4d2ec9658041588a3 /drivers/phy/phy-core-mipi-dphy.c | |
parent | 99fbb0e8cb73883753021887ec6eec91c06ed23d (diff) |
phy: 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>
Diffstat (limited to 'drivers/phy/phy-core-mipi-dphy.c')
-rw-r--r-- | drivers/phy/phy-core-mipi-dphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-core-mipi-dphy.c b/drivers/phy/phy-core-mipi-dphy.c index bb61816add2..8fb985a1e68 100644 --- a/drivers/phy/phy-core-mipi-dphy.c +++ b/drivers/phy/phy-core-mipi-dphy.c @@ -4,8 +4,8 @@ * Copyright (C) 2018 Cadence Design Systems Inc. */ -#include <common.h> #include <div64.h> +#include <linux/kernel.h> #include <linux/time.h> #include <phy-mipi-dphy.h> |