diff options
| author | Markus Armbruster <armbru@redhat.com> | 2010-06-02 18:48:27 +0200 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2010-06-04 15:20:47 +0200 |
| commit | 666daa68234b5b1758652633cab07d5ca6046a5b (patch) | |
| tree | d4511a0094915ab279c7c02e74fbc6b53c524157 /hw/fdc.c | |
| parent | 7b370f513002b340a383fac961dc8c6fdf39eddc (diff) | |
| download | focaccia-qemu-666daa68234b5b1758652633cab07d5ca6046a5b.tar.gz focaccia-qemu-666daa68234b5b1758652633cab07d5ca6046a5b.zip | |
blockdev: Collect block device code in new blockdev.c
Anything that moves hundreds of lines out of vl.c can't be all bad. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/fdc.c')
| -rw-r--r-- | hw/fdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/fdc.c b/hw/fdc.c index 6306496383..b97895786a 100644 --- a/hw/fdc.c +++ b/hw/fdc.c @@ -29,7 +29,6 @@ #include "hw.h" #include "fdc.h" -#include "block.h" #include "qemu-timer.h" #include "isa.h" #include "sysbus.h" |