From cc53adbca0df43a69fec1ce271833b7130db9abb Mon Sep 17 00:00:00 2001 From: edgar_igl Date: Sun, 22 Feb 2009 11:59:59 +0000 Subject: CRIS: Fix remaining build warnings. Signed-off-by: Jan Kiszka Acked-by: Edgar E. Iglesias git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6638 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/etraxfs_eth.c | 3 +-- hw/etraxfs_ser.c | 1 + hw/etraxfs_timer.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'hw') diff --git a/hw/etraxfs_eth.c b/hw/etraxfs_eth.c index 13d1900..c87e55f 100644 --- a/hw/etraxfs_eth.c +++ b/hw/etraxfs_eth.c @@ -25,8 +25,7 @@ #include #include "hw.h" #include "net.h" - -#include "etraxfs_dma.h" +#include "etraxfs.h" #define D(x) diff --git a/hw/etraxfs_ser.c b/hw/etraxfs_ser.c index e32e2eb..8367386 100644 --- a/hw/etraxfs_ser.c +++ b/hw/etraxfs_ser.c @@ -26,6 +26,7 @@ #include #include "hw.h" #include "qemu-char.h" +#include "etraxfs.h" #define D(x) diff --git a/hw/etraxfs_timer.c b/hw/etraxfs_timer.c index ebb06e1..1144369 100644 --- a/hw/etraxfs_timer.c +++ b/hw/etraxfs_timer.c @@ -26,6 +26,7 @@ #include "hw.h" #include "sysemu.h" #include "qemu-timer.h" +#include "etraxfs.h" #define D(x) -- cgit v1.1