summaryrefslogtreecommitdiffstats
path: root/hw/block/fdc.c
diff options
context:
space:
mode:
authorPeter Maydell2013-04-20 15:48:28 +0200
committerBlue Swirl2013-04-20 19:54:52 +0200
commit21e5181f9552e3a876b488c77dc5cfeccff66414 (patch)
treec5931c443b760636b720714712827dcbbb49ba59 /hw/block/fdc.c
parenthw/sm501: Use correct setter for sysbus-ohci dma-address property (diff)
downloadqemu-21e5181f9552e3a876b488c77dc5cfeccff66414.tar.gz
qemu-21e5181f9552e3a876b488c77dc5cfeccff66414.tar.xz
qemu-21e5181f9552e3a876b488c77dc5cfeccff66414.zip
qdev: Drop taddr properties
Drop all the infrastructure for taddr properties (ie ones which are 'hwaddr' sized). These are now unused, and any further desired use would be rather questionable since device properties shouldn't generally depend on a type that is conceptually variable based on the target CPU. 32 or 64 bit integer properties should be used instead as appropriate for the specific device. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/block/fdc.c')
-rw-r--r--hw/block/fdc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/block/fdc.c b/hw/block/fdc.c
index 1ed874f074..f1f1fd7f3b 100644
--- a/hw/block/fdc.c
+++ b/hw/block/fdc.c
@@ -33,7 +33,6 @@
#include "qemu/timer.h"
#include "hw/isa/isa.h"
#include "hw/sysbus.h"
-#include "hw/qdev-addr.h"
#include "sysemu/blockdev.h"
#include "sysemu/sysemu.h"
#include "qemu/log.h"