Re: [PATCH] staging: usbip: Fix build on Debian ppc

2013-09-19 Thread Dan Carpenter
Ah, ok. I had no idea what you were talking about before. I thought you were talking about build errors in a file that didn't exist... (Because the subject says "build" and there was a typo in the file name). Navin, says you can remove it. regards, dan carpenter

Re: [PATCH] staging: usbip: Fix build on Debian ppc

2013-09-19 Thread navin patidar
On September 19, 2013 at 3:40 PM Dominik Paulus wrote: > On Thu, Sep 19, 2013 at 12:12:44PM +0300, Dan Carpenter wrote: > > On Thu, Sep 19, 2013 at 10:55:18AM +0200, Tobias Polzer wrote: > > > When testing usbip under powerpc, it (unexpectedly) worked, but only after > > > removing the following l

Re: [PATCH] staging: usbip: Fix build on Debian ppc

2013-09-19 Thread Dominik Paulus
On Thu, Sep 19, 2013 at 12:12:44PM +0300, Dan Carpenter wrote: > On Thu, Sep 19, 2013 at 10:55:18AM +0200, Tobias Polzer wrote: > > When testing usbip under powerpc, it (unexpectedly) worked, but only after > > removing the following lines from vhch_hcd.c: > > > > 1004 /* will be removed *

Re: [PATCH] staging: usbip: Fix build on Debian ppc

2013-09-19 Thread Dan Carpenter
On Thu, Sep 19, 2013 at 10:55:18AM +0200, Tobias Polzer wrote: > When testing usbip under powerpc, it (unexpectedly) worked, but only after > removing the following lines from vhch_hcd.c: > > 1004 /* will be removed */ > 1005 if (pdev->dev.dma_mask) { > 1006 dev_inf

Re: [PATCH] staging: usbip: Fix build on Debian ppc

2013-09-19 Thread Tobias Polzer
When testing usbip under powerpc, it (unexpectedly) worked, but only after removing the following lines from vhch_hcd.c: 1004 /* will be removed */ 1005 if (pdev->dev.dma_mask) { 1006 dev_info(&pdev->dev, "vhci_hcd DMA not supported\n"); 1007 return

[PATCH] staging: usbip: Fix build on Debian ppc

2013-09-19 Thread Dominik Paulus
From: Tobias Polzer One missing include was added. Signed-off-by: Dominik Paulus Signed-off-by: Tobias Polzer --- drivers/staging/usbip/userspace/src/usbip_network.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/usbip/userspace/src/usbip_network.c b/drivers/staging/