Re: [RFCv4 21/24] uhci: remove conditional compilation

2013-11-14 Thread Oliver Neukum
On Thu, 2013-11-14 at 13:05 -0500, Alan Stern wrote: > On Thu, 14 Nov 2013 oli...@neukum.org wrote: > > > From: Oliver Neukum > > > > It has become unnecessary by #define trickery > > > > Signed-off-by: Oliver Neukum > > --- > > drivers/usb/host/uhci-hcd.c | 2 -- > > 1 file changed, 2 deleti

Re: [RFCv4 21/24] uhci: remove conditional compilation

2013-11-14 Thread Alan Stern
On Thu, 14 Nov 2013 oli...@neukum.org wrote: > From: Oliver Neukum > > It has become unnecessary by #define trickery > > Signed-off-by: Oliver Neukum > --- > drivers/usb/host/uhci-hcd.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/u

[RFCv4 21/24] uhci: remove conditional compilation

2013-11-14 Thread oliver
From: Oliver Neukum It has become unnecessary by #define trickery Signed-off-by: Oliver Neukum --- drivers/usb/host/uhci-hcd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c index 8631862..d6e2814 100644 --- a/drivers/usb/host/uhc