Re: [PATCH linux-next] i2c-designware: use div_u64 to fix link

2013-07-03 Thread Wolfram Sang
On Tue, Jul 02, 2013 at 11:46:54AM +0200, Vincent Stehlé wrote: > This fixes the following link error: > > drivers/built-in.o: In function `dw_i2c_probe': > of_iommu.c:(.text+0x18c8f0): undefined reference to `__aeabi_uldivmod' > make: *** [vmlinux] Error 1 > > Signed-off-by: Vincent Stehlé

Re: [PATCH linux-next] i2c-designware: use div_u64 to fix link

2013-07-03 Thread Christian Ruppert
On Tue, Jul 02, 2013 at 11:46:54AM +0200, Vincent Stehlll wrote: > This fixes the following link error: > > drivers/built-in.o: In function `dw_i2c_probe': > of_iommu.c:(.text+0x18c8f0): undefined reference to `__aeabi_uldivmod' > make: *** [vmlinux] Error 1 Looks good. I also tested it on

Re: [PATCH linux-next] i2c-designware: use div_u64 to fix link

2013-07-02 Thread Kevin Hilman
On Tue, Jul 2, 2013 at 2:46 AM, Vincent Stehlé wrote: > This fixes the following link error: > > drivers/built-in.o: In function `dw_i2c_probe': > of_iommu.c:(.text+0x18c8f0): undefined reference to `__aeabi_uldivmod' > make: *** [vmlinux] Error 1 > > Signed-off-by: Vincent Stehlé > Cc: Wol