diff options
Diffstat (limited to 'drivers/w1-eeprom/ds2502.c')
-rw-r--r-- | drivers/w1-eeprom/ds2502.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1-eeprom/ds2502.c b/drivers/w1-eeprom/ds2502.c index db9f41e9726..a67f5edd0fe 100644 --- a/drivers/w1-eeprom/ds2502.c +++ b/drivers/w1-eeprom/ds2502.c @@ -20,6 +20,7 @@ * Martin Fuzzey <martin.fuzzey@flowbird.group> */ +#include <common.h> #include <dm.h> #include <dm/device_compat.h> #include <linux/err.h> |