From e3382ef0ea2724f5f09271a608e8f68ede5d844d Mon Sep 17 00:00:00 2001 From: Sai Pavan Boddu Date: Thu, 8 Oct 2015 18:51:01 +0530 Subject: sd.h: Move sd.h to include/hw/sd/ Create a sd directory under include/hw/ and move sd.h to include/hw/sd/ Signed-off-by: Sai Pavan Boddu Reviewed-by: Alistair Francis Reviewed-by: Peter Crosthwaite Signed-off-by: Stefan Hajnoczi --- hw/sd/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/sd/sd.c') diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 393a75c..ce4d44b 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -31,7 +31,7 @@ #include "hw/hw.h" #include "sysemu/block-backend.h" -#include "hw/sd.h" +#include "hw/sd/sd.h" #include "qemu/bitmap.h" //#define DEBUG_SD 1 -- cgit v1.1