diff options
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 bb61816add..8fb985a1e6 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> |