Re: isp1301 build breakage

2008-03-12 Thread Felipe Balbi


On Wed, 12 Mar 2008 14:00:24 +0200, Tony Lindgren <[EMAIL PROTECTED]> wrote:
> * David Brownell <[EMAIL PROTECTED]> [080312 13:28]:
>>   CC  drivers/i2c/chips/isp1301_omap.o
>> drivers/i2c/chips/isp1301_omap.c: In function 'isp1301_set_peripheral':
>> drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of
> function 'machine_is_omap_h2'
>> drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of
> function 'machine_is_omap_h3'
>> make[3]: *** [drivers/i2c/chips/isp1301_omap.o] Error 1
>> make[2]: *** [drivers/i2c/chips] Error 2
>> make[1]: *** [drivers/i2c] Error 2
>>
>> This is on an H4 config, if that matters at all.
> 
> I've pushed a quick fix to include mach-types.h.. In the long run that
> should use platform_data for passing any special options..

I've being working on that, sorry the delay but I'm quite busy with omap3
and twl. :-s

-- 
Best Regards,

Felipe Balbi
http://felipebalbi.com
[EMAIL PROTECTED]

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: isp1301 build breakage

2008-03-12 Thread Tony Lindgren
* David Brownell <[EMAIL PROTECTED]> [080312 13:28]:
>   CC  drivers/i2c/chips/isp1301_omap.o
> drivers/i2c/chips/isp1301_omap.c: In function 'isp1301_set_peripheral':
> drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of 
> function 'machine_is_omap_h2'
> drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of 
> function 'machine_is_omap_h3'
> make[3]: *** [drivers/i2c/chips/isp1301_omap.o] Error 1
> make[2]: *** [drivers/i2c/chips] Error 2
> make[1]: *** [drivers/i2c] Error 2
> 
> This is on an H4 config, if that matters at all.

I've pushed a quick fix to include mach-types.h.. In the long run that
should use platform_data for passing any special options..

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


isp1301 build breakage

2008-03-12 Thread David Brownell
  CC  drivers/i2c/chips/isp1301_omap.o
drivers/i2c/chips/isp1301_omap.c: In function 'isp1301_set_peripheral':
drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of function 
'machine_is_omap_h2'
drivers/i2c/chips/isp1301_omap.c:1360: error: implicit declaration of function 
'machine_is_omap_h3'
make[3]: *** [drivers/i2c/chips/isp1301_omap.o] Error 1
make[2]: *** [drivers/i2c/chips] Error 2
make[1]: *** [drivers/i2c] Error 2

This is on an H4 config, if that matters at all.

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html