[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 6/6] hw/omap1.c: Drop unused includes
From: |
Peter Maydell |
Subject: |
[Qemu-devel] [PATCH 6/6] hw/omap1.c: Drop unused includes |
Date: |
Tue, 20 Dec 2011 18:11:36 +0000 |
Drop includes of qemu-timer.h, qemu-char.h and pc.h as they are no
longer needed.
Signed-off-by: Peter Maydell <address@hidden>
---
hw/omap1.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/hw/omap1.c b/hw/omap1.c
index 5fc67e9..f89dca5 100644
--- a/hw/omap1.c
+++ b/hw/omap1.c
@@ -20,11 +20,7 @@
#include "arm-misc.h"
#include "omap.h"
#include "sysemu.h"
-#include "qemu-timer.h"
-#include "qemu-char.h"
#include "soc_dma.h"
-/* We use pc-style serial ports. */
-#include "pc.h"
#include "blockdev.h"
#include "range.h"
#include "sysbus.h"
--
1.7.1
- [Qemu-devel] [PATCH 0/6] omap1: Separate omap1 subdevices from omap_mpu_state, Peter Maydell, 2011/12/20
- [Qemu-devel] [PATCH 3/6] hw/omap1.c: Separate PWT from omap_mpu_state, Peter Maydell, 2011/12/20
- [Qemu-devel] [PATCH 6/6] hw/omap1.c: Drop unused includes,
Peter Maydell <=
- [Qemu-devel] [PATCH 2/6] hw/omap1.c: Separate PWL from omap_mpu_state, Peter Maydell, 2011/12/20
- [Qemu-devel] [PATCH 1/6] hw/omap1.c: omap_mpuio_init() need not be public, Peter Maydell, 2011/12/20
- [Qemu-devel] [PATCH 5/6] hw/omap1.c: Separate clkm from omap_mpu_state, Peter Maydell, 2011/12/20
- [Qemu-devel] [PATCH 4/6] hw/omap1.c: Separate dpll_ctl from omap_mpu_state, Peter Maydell, 2011/12/20