diff options
Diffstat (limited to 'drivers/misc/sifive-otp.c')
-rw-r--r-- | drivers/misc/sifive-otp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/sifive-otp.c b/drivers/misc/sifive-otp.c index 7fbcd3799e5..a624a358802 100644 --- a/drivers/misc/sifive-otp.c +++ b/drivers/misc/sifive-otp.c @@ -17,6 +17,7 @@ * Right now first 1KiB is used to store only serial number. */ +#include <common.h> #include <dm/device.h> #include <dm/read.h> #include <linux/bitops.h> |