Re: mmotm 2012-10-11-16-14 uploaded (media/i2c/m5mols/m5mols_core)

2012-10-12 Thread Sylwester Nawrocki
On 10/12/2012 08:30 AM, Randy Dunlap wrote:
> On 10/11/2012 04:15 PM, a...@linux-foundation.org wrote:
> 
>> The mm-of-the-moment snapshot 2012-10-11-16-14 has been uploaded to
>>
>>http://www.ozlabs.org/~akpm/mmotm/
>>
>> mmotm-readme.txt says
>>
>> README for mm-of-the-moment:
>>
>> http://www.ozlabs.org/~akpm/mmotm/
>>
>> This is a snapshot of my -mm patch queue.  Uploaded at random hopefully
>> more than once a week.
> 
> on x86_64:
> 
>   CC [M]  drivers/media/i2c/m5mols/m5mols_core.o
> drivers/media/i2c/m5mols/m5mols_core.c: In function 'm5mols_set_frame_desc':
> drivers/media/i2c/m5mols/m5mols_core.c:636:24: error: 'SZ_1M' undeclared 
> (first use in this function)
> drivers/media/i2c/m5mols/m5mols_core.c:636:24: note: each undeclared 
> identifier is reported only once for each function it appears in
> make[5]: *** [drivers/media/i2c/m5mols/m5mols_core.o] Error 1

This issue has been fixed with commit
1fdead8ad31d3aa833bc37739273fcde89ace93c
[media] m5mols: Add missing #include 
which is already in Linus' tree.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: mmotm 2012-10-11-16-14 uploaded (media/i2c/m5mols/m5mols_core)

2012-10-12 Thread Sylwester Nawrocki
On 10/12/2012 08:30 AM, Randy Dunlap wrote:
 On 10/11/2012 04:15 PM, a...@linux-foundation.org wrote:
 
 The mm-of-the-moment snapshot 2012-10-11-16-14 has been uploaded to

http://www.ozlabs.org/~akpm/mmotm/

 mmotm-readme.txt says

 README for mm-of-the-moment:

 http://www.ozlabs.org/~akpm/mmotm/

 This is a snapshot of my -mm patch queue.  Uploaded at random hopefully
 more than once a week.
 
 on x86_64:
 
   CC [M]  drivers/media/i2c/m5mols/m5mols_core.o
 drivers/media/i2c/m5mols/m5mols_core.c: In function 'm5mols_set_frame_desc':
 drivers/media/i2c/m5mols/m5mols_core.c:636:24: error: 'SZ_1M' undeclared 
 (first use in this function)
 drivers/media/i2c/m5mols/m5mols_core.c:636:24: note: each undeclared 
 identifier is reported only once for each function it appears in
 make[5]: *** [drivers/media/i2c/m5mols/m5mols_core.o] Error 1

This issue has been fixed with commit
1fdead8ad31d3aa833bc37739273fcde89ace93c
[media] m5mols: Add missing #include linux/sizes.h
which is already in Linus' tree.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/