diff options
-rw-r--r-- | drivers/usb/phy/phy-am335x-control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/phy-am335x-control.c b/drivers/usb/phy/phy-am335x-control.c index 35494f1c33b..75975452142 100644 --- a/drivers/usb/phy/phy-am335x-control.c +++ b/drivers/usb/phy/phy-am335x-control.c @@ -1,5 +1,6 @@ #include <linux/module.h> #include <linux/platform_device.h> +#include <linux/err.h> #include <linux/of.h> #include <linux/io.h> |