qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] ARM: delete unused functions/variables from mis


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/4] ARM: delete unused functions/variables from misc devices
Date: Sun, 14 Sep 2014 20:33:39 +0100

This patch series is another in my sporadic efforts to get us down to
zero warnings with clang 3.4. It deletes a collection of unused functions
and variables which clang complains about (it's a bit pickier than
gcc, especially about "static inline" functions in .c files).

Peter Maydell (4):
  hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv
  hw/intc/imx_avic.c: Remove unused function imx_avic_set_prio()
  hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set
  hw/input/tsc210x.c: Delete unused array tsc2101_rates

 hw/display/blizzard.c   |  8 --------
 hw/display/pxa2xx_lcd.c |  8 --------
 hw/input/tsc210x.c      | 30 ------------------------------
 hw/intc/imx_avic.c      |  9 ---------
 4 files changed, 55 deletions(-)

-- 
2.0.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]