Re: [PATCH] net: arcnet: Remove "#define bool int"

2014-07-07 Thread David Miller
From: Rasmus Villemoes Date: Wed, 2 Jul 2014 14:12:01 +0200 > The header file include/linux/arcdevice.h #defines bool to int, if > bool is not already #defined. However, the files which use that header > file seem to rely on that #define (unconditionally) being in effect: > the prototypes for th

Re: [PATCH] net: arcnet: Remove "#define bool int"

2014-07-02 Thread Rasmus Villemoes
Greg Kroah-Hartman writes: > On Wed, Jul 02, 2014 at 02:12:01PM +0200, Rasmus Villemoes wrote: > >> include/linux/arcdevice.h | 10 +++--- >> 1 file changed, 3 insertions(+), 7 deletions(-) > > Why are you sending this patch to me? I don't "own" it at all, please > use scripts/get_maintaine

Re: [PATCH] net: arcnet: Remove "#define bool int"

2014-07-02 Thread Greg Kroah-Hartman
On Wed, Jul 02, 2014 at 02:12:01PM +0200, Rasmus Villemoes wrote: > The header file include/linux/arcdevice.h #defines bool to int, if > bool is not already #defined. However, the files which use that header > file seem to rely on that #define (unconditionally) being in effect: > the prototypes for

[PATCH] net: arcnet: Remove "#define bool int"

2014-07-02 Thread Rasmus Villemoes
The header file include/linux/arcdevice.h #defines bool to int, if bool is not already #defined. However, the files which use that header file seem to rely on that #define (unconditionally) being in effect: the prototypes for the functions arcrimi_reset, com20020_reset, com90io_reset, com90xx_reset