Re: [PATCH] staging/comedi: Add VIRT_TO_BUS dependency to 'fix' build failure

2013-05-13 Thread Ian Abbott
On 2013-05-12 23:00, Peter Huewe wrote: If the platform does not provide virt_to_bus the ni_labpc.c driver fails to compile. In order not to break these builds we have to add a depends on CONFIG_VIRT_TO_BUS to the affected drivers. Reported-by: Geert Uytterhoeven Signed-off-by: Peter Huewe

Re: [PATCH] staging/comedi: Add VIRT_TO_BUS dependency to 'fix' build failure

2013-05-13 Thread Ian Abbott
On 2013-05-12 23:00, Peter Huewe wrote: If the platform does not provide virt_to_bus the ni_labpc.c driver fails to compile. In order not to break these builds we have to add a depends on CONFIG_VIRT_TO_BUS to the affected drivers. Reported-by: Geert Uytterhoeven ge...@linux-m68k.org

[PATCH] staging/comedi: Add VIRT_TO_BUS dependency to 'fix' build failure

2013-05-12 Thread Peter Huewe
If the platform does not provide virt_to_bus the ni_labpc.c driver fails to compile. In order not to break these builds we have to add a depends on CONFIG_VIRT_TO_BUS to the affected drivers. Reported-by: Geert Uytterhoeven Signed-off-by: Peter Huewe --- drivers/staging/comedi/Kconfig | 3 +++

[PATCH] staging/comedi: Add VIRT_TO_BUS dependency to 'fix' build failure

2013-05-12 Thread Peter Huewe
If the platform does not provide virt_to_bus the ni_labpc.c driver fails to compile. In order not to break these builds we have to add a depends on CONFIG_VIRT_TO_BUS to the affected drivers. Reported-by: Geert Uytterhoeven ge...@linux-m68k.org Signed-off-by: Peter Huewe peterhu...@gmx.de ---