From fe984c7d0c26e0519e7cce85f1ad61c1dae5bc6a Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Sun, 21 Jan 2018 08:59:45 +0000 Subject: apb: rename APB functions to use sabre prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As hinted in the comment at the top of the file, the naming convention for the APB types/QOM functions isn't correct. As a starting point we can at least rename the APB type and related functions to improve the readability of apb.c. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé Acked-by: Artyom Tarasenko --- include/hw/pci-host/apb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/hw/pci-host') diff --git a/include/hw/pci-host/apb.h b/include/hw/pci-host/apb.h index 5e28f3e1f3..41de012396 100644 --- a/include/hw/pci-host/apb.h +++ b/include/hw/pci-host/apb.h @@ -15,7 +15,6 @@ #define OBIO_SER_IRQ 0x2b #define TYPE_APB "pbm" - #define APB_DEVICE(obj) \ OBJECT_CHECK(APBState, (obj), TYPE_APB) -- cgit v1.2.3