qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/7] clean build: Fix irq_info and pic_info related


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 2/7] clean build: Fix irq_info and pic_info related warnings
Date: Sat, 21 Feb 2009 20:00:55 +0100
User-agent: StGIT/0.14.2

Ensure that all providers of irq_info and pic_info include pc.h to avoid
compiler warnings.

Signed-off-by: Jan Kiszka <address@hidden>
---

 hw/an5206.c      |    1 +
 hw/arm_pic.c     |    1 +
 hw/etraxfs_pic.c |    1 +
 hw/shix.c        |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/hw/an5206.c b/hw/an5206.c
index 419d416..52bcb1b 100644
--- a/hw/an5206.c
+++ b/hw/an5206.c
@@ -7,6 +7,7 @@
  */
 
 #include "hw.h"
+#include "pc.h"
 #include "mcf.h"
 #include "sysemu.h"
 #include "boards.h"
diff --git a/hw/arm_pic.c b/hw/arm_pic.c
index 1fe55b7..982d4ad 100644
--- a/hw/arm_pic.c
+++ b/hw/arm_pic.c
@@ -8,6 +8,7 @@
  */
 
 #include "hw.h"
+#include "pc.h"
 #include "arm-misc.h"
 
 /* Stub functions for hardware that doesn't exist.  */
diff --git a/hw/etraxfs_pic.c b/hw/etraxfs_pic.c
index 7aa0568..6f70c27 100644
--- a/hw/etraxfs_pic.c
+++ b/hw/etraxfs_pic.c
@@ -24,6 +24,7 @@
 
 #include <stdio.h>
 #include "hw.h"
+#include "pc.h"
 #include "etraxfs.h"
 
 #define D(x)
diff --git a/hw/shix.c b/hw/shix.c
index ee4f03f..38b4c6b 100644
--- a/hw/shix.c
+++ b/hw/shix.c
@@ -28,6 +28,7 @@
    More information in target-sh4/README.sh4
 */
 #include "hw.h"
+#include "pc.h"
 #include "sh.h"
 #include "sysemu.h"
 #include "boards.h"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]