diff options
author | Ladi Prosek | 2016-06-13 16:20:48 +0200 |
---|---|---|
committer | Michael Tokarev | 2016-09-15 14:32:22 +0200 |
commit | d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9 (patch) | |
tree | 0b9d6a1f54c29b417ad1eaf4fb3a5ab5af0eee16 /include/hw/arm | |
parent | ivshmem: Delete duplicate debug message (diff) | |
download | qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.tar.gz qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.tar.xz qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.zip |
Remove unused function declarations
Unused function declarations were found using a simple gcc plugin and
manually verified by grepping the sources.
Signed-off-by: Ladi Prosek <lprosek@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/hw/arm')
-rw-r--r-- | include/hw/arm/pxa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/arm/pxa.h b/include/hw/arm/pxa.h index dd1a48b0c1..191e068184 100644 --- a/include/hw/arm/pxa.h +++ b/include/hw/arm/pxa.h @@ -83,7 +83,6 @@ typedef struct PXA2xxLCDState PXA2xxLCDState; PXA2xxLCDState *pxa2xx_lcdc_init(MemoryRegion *sysmem, hwaddr base, qemu_irq irq); void pxa2xx_lcd_vsync_notifier(PXA2xxLCDState *s, qemu_irq handler); -void pxa2xx_lcdc_oritentation(void *opaque, int angle); /* pxa2xx_mmci.c */ typedef struct PXA2xxMMCIState PXA2xxMMCIState; |