From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YamjX-0006W5-W1 for qemu-devel@nongnu.org; Wed, 25 Mar 2015 10:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YamjT-0006eP-1a for qemu-devel@nongnu.org; Wed, 25 Mar 2015 10:56:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YamjS-0006e7-TB for qemu-devel@nongnu.org; Wed, 25 Mar 2015 10:56:34 -0400 From: Paolo Bonzini Date: Wed, 25 Mar 2015 15:56:29 +0100 Message-Id: <1427295389-5054-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH] s390x: do not include ram_addr.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Christian Borntraeger ram_addr.h is an internal interface and it is not needed anyway by hw/s390x/ipl.c. Cc: Christian Borntraeger Signed-off-by: Paolo Bonzini --- hw/s390x/ipl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c index 54d0835..5c86613 100644 --- a/hw/s390x/ipl.c +++ b/hw/s390x/ipl.c @@ -14,7 +14,6 @@ #include "sysemu/sysemu.h" #include "cpu.h" #include "elf.h" -#include "exec/ram_addr.h" #include "hw/loader.h" #include "hw/sysbus.h" #include "hw/s390x/virtio-ccw.h" -- 2.3.3