diff options
Diffstat (limited to 'drivers/phy/phy-can-transceiver.c')
-rw-r--r-- | drivers/phy/phy-can-transceiver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/phy-can-transceiver.c b/drivers/phy/phy-can-transceiver.c index 5487b9dd1ead..840b7f8a31c5 100644 --- a/drivers/phy/phy-can-transceiver.c +++ b/drivers/phy/phy-can-transceiver.c @@ -5,6 +5,7 @@ * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com * */ +#include <linux/of.h> #include<linux/phy/phy.h> #include<linux/platform_device.h> #include<linux/module.h> |