From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Wed, 8 Sep 2010 13:46:05 +0100 Subject: [PATCH 2/2] ARM: S3C64XX: Prototype SPI devices In-Reply-To: <004201cb4f52$df6e6e20$9e4b4a60$%kim@samsung.com> References: <1283941539-3892-1-git-send-email-broonie@opensource.wolfsonmicro.com> <1283941539-3892-2-git-send-email-broonie@opensource.wolfsonmicro.com> <004201cb4f52$df6e6e20$9e4b4a60$%kim@samsung.com> Message-ID: <20100908124605.GA10413@rakim.wolfsonmicro.main> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 08, 2010 at 09:39:21PM +0900, Kukjin Kim wrote: > Mark Brown wrote: > > Avoids build warnings due to the undeclared non-statics. > Could you please let me know what's the build warning? It'll have been something along the lines of: 's3c64xx_device_iis0' not declared; should it be static? for each device. Possibly generated by sparse rather than GCC - I always build with sparse as well.