sh/rsk7203: add missing include net.h

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2009-08-23 14:14:52 +02:00 committed by Wolfgang Denk
parent 6ac9f47977
commit a794f59a75
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
*/
#include <common.h>
#include <net.h>
#include <netdev.h>
#include <asm/io.h>
#include <asm/processor.h>