diff options
author | Tom Rini <trini@konsulko.com> | 2016-08-11 07:22:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-08-11 07:22:55 -0400 |
commit | 2f1eb66e2881a780e622e7fd50b3a497677fd373 (patch) | |
tree | a96f90f73c6a5f860f2f25d0ebd531657f524d50 /drivers/usb/eth/r8152_fw.c | |
parent | 2e406dbdf5fa6d178c50a2f537588de9f8615d35 (diff) | |
parent | 76b2fad775ee3cb58788b11454655ba5a244ac56 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/eth/r8152_fw.c')
-rw-r--r-- | drivers/usb/eth/r8152_fw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/eth/r8152_fw.c b/drivers/usb/eth/r8152_fw.c index f820b16afc..b6c82283a8 100644 --- a/drivers/usb/eth/r8152_fw.c +++ b/drivers/usb/eth/r8152_fw.c @@ -5,7 +5,9 @@ * */ #include <common.h> +#include <dm.h> #include <errno.h> +#include "usb_ether.h" #include "r8152.h" static u8 r8152b_pla_patch_a[] = { |