From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTFYU-00016B-Jo for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:33:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTFYO-0001Qw-FR for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:33:50 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:46988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTFYO-0001Qq-9D for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:33:44 -0400 From: Peter Maydell Date: Sun, 14 Sep 2014 20:33:39 +0100 Message-Id: <1410723223-17711-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/4] ARM: delete unused functions/variables from misc devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org 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