Re: [PATCH] drivers/video: fix mb862xx_i2c depends issue build failure

2014-03-21 Thread Randy Dunlap
On 03/21/2014 06:53 AM, Paul Gortmaker wrote: > On 14-03-21 09:32 AM, Tomi Valkeinen wrote: >> Hi, >> >> On 20/03/14 17:16, Paul Gortmaker wrote: >>> Any randconfig that sets I2C=m and FB_MB862XX_I2C=y will >>> encounter a final link failure that looks like this: >> >> It compiles fine with I2C=m,

Re: [PATCH] drivers/video: fix mb862xx_i2c depends issue build failure

2014-03-21 Thread Tomi Valkeinen
On 21/03/14 15:53, Paul Gortmaker wrote: > On 14-03-21 09:32 AM, Tomi Valkeinen wrote: >> Hi, >> >> On 20/03/14 17:16, Paul Gortmaker wrote: >>> Any randconfig that sets I2C=m and FB_MB862XX_I2C=y will >>> encounter a final link failure that looks like this: >> >> It compiles fine with I2C=m, FB_MB

Re: [PATCH] drivers/video: fix mb862xx_i2c depends issue build failure

2014-03-21 Thread Paul Gortmaker
On 14-03-21 09:32 AM, Tomi Valkeinen wrote: > Hi, > > On 20/03/14 17:16, Paul Gortmaker wrote: >> Any randconfig that sets I2C=m and FB_MB862XX_I2C=y will >> encounter a final link failure that looks like this: > > It compiles fine with I2C=m, FB_MB862XX=m and FB_MB862XX_I2C=y. > >> drivers/buil

Re: [PATCH] drivers/video: fix mb862xx_i2c depends issue build failure

2014-03-21 Thread Tomi Valkeinen
Hi, On 20/03/14 17:16, Paul Gortmaker wrote: > Any randconfig that sets I2C=m and FB_MB862XX_I2C=y will > encounter a final link failure that looks like this: It compiles fine with I2C=m, FB_MB862XX=m and FB_MB862XX_I2C=y. > drivers/built-in.o: In function `mb862xx_i2c_init': > drivers/video/mb8

[PATCH] drivers/video: fix mb862xx_i2c depends issue build failure

2014-03-20 Thread Paul Gortmaker
Any randconfig that sets I2C=m and FB_MB862XX_I2C=y will encounter a final link failure that looks like this: drivers/built-in.o: In function `mb862xx_i2c_init': drivers/video/mb862xx/mb862xx-i2c.c:165: undefined reference to `i2c_add_adapter' drivers/built-in.o: In function `mb862xx_i2c_exit': d