diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/keystone_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/keystone_net.c b/drivers/net/keystone_net.c index d22b722..1cfe654 100644 --- a/drivers/net/keystone_net.c +++ b/drivers/net/keystone_net.c @@ -14,7 +14,7 @@ #include <malloc.h> #include <asm/arch/emac_defs.h> #include <asm/arch/psc_defs.h> -#include <asm/arch/keystone_nav.h> +#include <asm/ti-common/keystone_nav.h> unsigned int emac_dbg; |