diff options
| author | Markus Armbruster <armbru@redhat.com> | 2011-08-03 15:08:19 +0200 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2011-09-06 11:24:07 +0200 |
| commit | ba5b7ad4495a9788d0af67133186bbc7a553008f (patch) | |
| tree | 005077ad41c5ffafdf147f34820c7ea04f3f41a4 /hw/sd.c | |
| parent | 124386cc756f6a7975562d652d0e98a379292138 (diff) | |
| download | focaccia-qemu-ba5b7ad4495a9788d0af67133186bbc7a553008f.tar.gz focaccia-qemu-ba5b7ad4495a9788d0af67133186bbc7a553008f.zip | |
block: Declare qemu_blockalign() in block.h, not block_int.h
Device models should be able to use it without an unclean include of block_int.h. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/sd.c')
| -rw-r--r-- | hw/sd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/sd.c b/hw/sd.c index 45e95f9e01..1af62b23c6 100644 --- a/hw/sd.c +++ b/hw/sd.c @@ -31,7 +31,6 @@ #include "hw.h" #include "block.h" -#include "block_int.h" #include "sd.h" //#define DEBUG_SD 1 |