Re: [linux-usb-devel] Conflicting definitions in keyspan driver

2003-10-13 Thread Greg KH
On Sun, Oct 12, 2003 at 09:44:44AM +0200, Benjamin Herrenschmidt wrote: > On Sun, 2003-10-12 at 05:59, Greg KH wrote: > > On Sat, Oct 11, 2003 at 06:10:14PM +0200, Benjamin Herrenschmidt wrote: > > > Hi Folks ! > > > > > > There's a small issue with drivers/usb/serial/keyspan_usa90msg.h > > > > >

Re: [linux-usb-devel] Conflicting definitions in keyspan driver

2003-10-12 Thread Benjamin Herrenschmidt
On Sun, 2003-10-12 at 05:59, Greg KH wrote: > On Sat, Oct 11, 2003 at 06:10:14PM +0200, Benjamin Herrenschmidt wrote: > > Hi Folks ! > > > > There's a small issue with drivers/usb/serial/keyspan_usa90msg.h > > > > The definition for MSR_RI conflicts with some PowerPC CPU definition > > (MSR is th

Re: [linux-usb-devel] Conflicting definitions in keyspan driver

2003-10-11 Thread Greg KH
On Sat, Oct 11, 2003 at 06:10:14PM +0200, Benjamin Herrenschmidt wrote: > Hi Folks ! > > There's a small issue with drivers/usb/serial/keyspan_usa90msg.h > > The definition for MSR_RI conflicts with some PowerPC CPU definition > (MSR is the Machine State Register on PPC and processor.h defines >

[linux-usb-devel] Conflicting definitions in keyspan driver

2003-10-11 Thread Benjamin Herrenschmidt
Hi Folks ! There's a small issue with drivers/usb/serial/keyspan_usa90msg.h The definition for MSR_RI conflicts with some PowerPC CPU definition (MSR is the Machine State Register on PPC and processor.h defines MSR_RI globally). This definition doesn't seem to be used in any .c in drivers/usr/ser