Re: mmotm 2012-09-06-16-46 uploaded (drivers/misc/lis3lv02d/lis3lv02d_spi.c)

From: Daniel Mack
Date: Sat Sep 08 2012 - 06:46:00 EST


This is a multi-part message in MIME format.On 08.09.2012 02:50, Randy Dunlap wrote:
> On 09/06/2012 04:47 PM, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
>
>> The mm-of-the-moment snapshot 2012-09-06-16-46 has been uploaded to
>>
>> http://www.ozlabs.org/~akpm/mmotm/
>>
>
>
>
> on x86_64:
>
> CONFIG_OF and CONFIG_DTC are not enabled.
>
>
> drivers/misc/lis3lv02d/lis3lv02d_spi.c:137:3: error: implicit declaration of function 'of_match_ptr'
> drivers/misc/lis3lv02d/lis3lv02d_spi.c:137:3: error: initializer element is not constant
> drivers/misc/lis3lv02d/lis3lv02d_spi.c:137:3: error: (near initialization for 'lis302dl_spi_driver.driver.of_match_table')
>
>

Thanks - the attached patch fixes it.

Daniel