[PATCH] char/mwave: remove custom BOOLEAN type

2016-06-27 Thread Arnd Bergmann
The mwave driver has its own macros for the BOOLEAN type and the TRUE/FALSE values. This is redundant because the kernel already has bool/true/false, and it clashes with the ACPI headers that also define these types. The linux/acpi.h header is now included implicitly from mwave through the mc146818

Re: [PATCH] char/mwave: remove custom BOOLEAN type

2016-06-01 Thread Arnd Bergmann
On Wednesday, June 1, 2016 10:00:33 AM CEST Alexandre Belloni wrote: > On 31/05/2016 at 22:29:56 +0200, Arnd Bergmann wrote : > > The mwave driver has its own macros for the BOOLEAN type and the > > TRUE/FALSE values. This is redundant because the kernel already > > has bool/true/false, and it clas

Re: [PATCH] char/mwave: remove custom BOOLEAN type

2016-06-01 Thread Alexandre Belloni
On 31/05/2016 at 22:29:56 +0200, Arnd Bergmann wrote : > The mwave driver has its own macros for the BOOLEAN type and the > TRUE/FALSE values. This is redundant because the kernel already > has bool/true/false, and it clashes with the ACPI headers that > also define these types. The linux/acpi.h he

[PATCH] char/mwave: remove custom BOOLEAN type

2016-05-31 Thread Arnd Bergmann
The mwave driver has its own macros for the BOOLEAN type and the TRUE/FALSE values. This is redundant because the kernel already has bool/true/false, and it clashes with the ACPI headers that also define these types. The linux/acpi.h header is now included implicitly from mwave through the mc146818