X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fnetstar%2Feeprom.c;h=0de594b65f27161b33039e22aa311bd6446d5dc4;hb=521dcd30b9cc5b72cd27ae04104f19369251aa20;hp=c7ff79b9094c8bf382b20cc8cab493343123d8b0;hpb=87a5c73d66beee8cc4d3b179114da89bf8e09791;p=u-boot diff --git a/board/netstar/eeprom.c b/board/netstar/eeprom.c index c7ff79b909..0de594b65f 100644 --- a/board/netstar/eeprom.c +++ b/board/netstar/eeprom.c @@ -26,7 +26,7 @@ #include #include -#include "../drivers/smc91111.h" +#include "../drivers/net/smc91111.h" #define SMC_BASE_ADDRESS CONFIG_SMC91111_BASE @@ -213,4 +213,3 @@ int eeprom(int argc, char *argv[]) return 0; } -