Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-20 Thread Pavel Machek
On Wed 2014-08-20 17:12:42, valdis.kletni...@vt.edu wrote: > (Adding Al Viro and linux-fsdevel, dropping Mark Brown and the SPI list, > because this is > heading off in a different direction now) > > On Wed, 20 Aug 2014 22:26:02 +0200, Pavel Machek said: > > On Wed 2014-08-06 14:27:20, valdis.kle

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-20 Thread Valdis . Kletnieks
(Adding Al Viro and linux-fsdevel, dropping Mark Brown and the SPI list, because this is heading off in a different direction now) On Wed, 20 Aug 2014 22:26:02 +0200, Pavel Machek said: > On Wed 2014-08-06 14:27:20, valdis.kletni...@vt.edu wrote: > > On Wed, 06 Aug 2014 13:53:17 -0400, Nick Kraus

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-20 Thread Pavel Machek
On Wed 2014-08-06 14:27:20, valdis.kletni...@vt.edu wrote: > On Wed, 06 Aug 2014 13:53:17 -0400, Nick Krause said: > > Remove unused definition which cause the following warnings > > > > drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by > > default] > > include/linux/fs.h:1

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Mark Brown
On Wed, Aug 06, 2014 at 08:50:15PM +0200, Geert Uytterhoeven wrote: > To be 100% sure, I tried to find with which kernel config this warning shows > up. > It doesn't happen for omap1_defconfig with CONFIG_SPI_OMAP_100K, > which was the most likely culprit. > It does happen with sparc/sparc64 all

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Guenter Roeck
On Wed, Aug 06, 2014 at 11:33:19AM -0700, Greg KH wrote: > On Wed, Aug 06, 2014 at 01:53:17PM -0400, Nick Krause wrote: > > Remove unused definition which cause the following warnings > > > > drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by > > default] > > include/linux/f

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Geert Uytterhoeven
On Wed, Aug 6, 2014 at 8:27 PM, wrote: > On Wed, 06 Aug 2014 13:53:17 -0400, Nick Krause said: >> Remove unused definition which cause the following warnings >> >> drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by >> default] >> include/linux/fs.h:193:0: note: this is the

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Ilia Mirkin
On Wed, Aug 6, 2014 at 2:27 PM, wrote: > On Wed, 06 Aug 2014 13:53:17 -0400, Nick Krause said: >> Remove unused definition which cause the following warnings >> >> drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by >> default] >> include/linux/fs.h:193:0: note: this is the

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Greg KH
On Wed, Aug 06, 2014 at 01:53:17PM -0400, Nick Krause wrote: > Remove unused definition which cause the following warnings > > drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by > default] > include/linux/fs.h:193:0: note: this is the location of the previous > definition >

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Valdis . Kletnieks
On Wed, 06 Aug 2014 13:53:17 -0400, Nick Krause said: > Remove unused definition which cause the following warnings > > drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by > default] > include/linux/fs.h:193:0: note: this is the location of the previous > definition > driver

[PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Nick Krause
Remove unused definition which cause the following warnings drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by default] include/linux/fs.h:193:0: note: this is the location of the previous definition drivers/spi/spi-omap-100k.c:74:0: warning: "READ" redefined [enabled by def