From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423369Ab2I1Vg0 (ORCPT ); Fri, 28 Sep 2012 17:36:26 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:62304 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423351Ab2I1VgU (ORCPT ); Fri, 28 Sep 2012 17:36:20 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, arm@kernel.org Subject: [PATCH 00/12] New warnings and build errors in linux-next Date: Fri, 28 Sep 2012 23:36:05 +0200 Message-Id: <1348868177-21205-1-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 1.7.10 X-Provags-ID: V02:K0:dv6quzqJdiZBF9OJHfn0BfbE1082Fspvc8AHaZXsbC9 oOCsS9KufVv7/60NXZinmBipXLJuzJtsR+22lEK20lod/sjdjB 0v2DyhTYyV+hbr1cKYlAs18X+6bNy0MLpRr36KTD89dENrJTJV kzYWzUcVfoWhegIJgYmoovh/a62aowrIWNDcKqQxzfMaptY5iw YKSrKFoP1KbxZ7kKW3gP+XqlF/RkjvQk2a7PxPBTV04xOlLTxc oxHEmiAScr3nuRNbLq+OMaj6rMIyiTK61tWZgkPioHCUF6Y1r9 EPvSQl5finnPAQRT2YOV7BVfpX6k9tjg9ErPb/J25P9Cn3r9Ys EDFtgkmNifIaizAO6RBfmtb4m/ea8n07hemfiS83S9hTq2b3Oa q6PKqsOTQdRlg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi everyone, I've run my own build tests on the arm-soc tree, and now on linux-next in order to find regressions on build warnings. These are a bunch of patches that I came up with to address problems that were newly introduced since 3.6 and that are not in the domain of the arm-soc tree. I'd hope to find someone for each patch to apply or rewrite it in a better way. Sorry for any duplicates. I've made the patches last week but had not gotten around to get them ready for submission, it it may be possible that they are already fixed in one tree or another. Arnd Arnd Bergmann (12): mtd: atmel nand: build regression ata: mark probe function as __devinit rather than __init mmc: dw_mmc: fix building exynos driver as a module video: exynos: warnings in exynos_dp_core.c ARM: ixp4xx: use __iomem for MMIO sched: warnings in kernel/sched/fair.c staging/iio/lis3l02dq: fix building without irq_to_gpio dtc: be more quiet with "make -s" tty/console: fix warnings in drivers/tty/serial/kgdboc.c gpio: pcf857x: select IRQ_DOMAIN pinctrl: samsung: use __devinit section for init code time/jiffies: bring back unconditional LATCH definition arch/arm/mach-ixp4xx/include/mach/qmgr.h | 12 ++++++------ arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | 4 ++-- drivers/ata/sata_highbank.c | 2 +- drivers/gpio/Kconfig | 1 + drivers/mmc/host/dw_mmc-exynos.c | 4 ++-- drivers/mmc/host/dw_mmc-pltfm.c | 2 +- drivers/mmc/host/dw_mmc-pltfm.h | 2 +- drivers/mmc/host/dw_mmc.c | 2 +- drivers/mtd/nand/atmel_nand.c | 8 ++++---- drivers/pinctrl/pinctrl-samsung.c | 10 +++++----- drivers/staging/iio/accel/lis3l02dq.h | 1 + drivers/staging/iio/accel/lis3l02dq_core.c | 10 ++++++---- drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +- drivers/video/exynos/exynos_dp_core.c | 2 +- include/linux/console.h | 10 ++++++++-- include/linux/jiffies.h | 5 +++-- include/linux/mmc/dw_mmc.h | 2 +- kernel/sched/fair.c | 2 +- scripts/Makefile.lib | 2 +- scripts/dtc/dtc.c | 5 +++-- 20 files changed, 50 insertions(+), 38 deletions(-) -- 1.7.10