linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [next] i2c-designware build errors
@ 2011-03-17 10:58 Geert Uytterhoeven
       [not found] ` <AANLkTikWRAOAzPgwmzn8UrbKZx4r90smruAayWTPd68t-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2011-03-17 10:58 UTC (permalink / raw)
  To: Dirk Brandewie, Ben Dooks; +Cc: linux-i2c, Linux-Next

http://kisskb.ellerman.id.au/kisskb/buildresult/4002561/:

drivers/i2c/busses/i2c-designware-core.c:321: error: implicit
declaration of function 'mdelay'
drivers/i2c/busses/i2c-designware-pcidrv.c:256: error: implicit
declaration of function 'pci_request_region'
drivers/i2c/busses/i2c-designware-pcidrv.c:338: error: implicit
declaration of function 'pci_release_region'

i2c-designware-core.c needs to include <linux/delay.h>
CONFIG_I2C_DESIGNWARE_PCI should depend on CONFIG_PCI

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [next] i2c-designware build errors
       [not found] ` <AANLkTikWRAOAzPgwmzn8UrbKZx4r90smruAayWTPd68t-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2011-03-17 11:15   ` Sedat Dilek
       [not found]     ` <AANLkTimCwOhpwrLx1c5wdGzmkxB7pH=k6Wg1iQgj07VJ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Sedat Dilek @ 2011-03-17 11:15 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Dirk Brandewie, Ben Dooks, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	Linux-Next, Randy Dunlap, Stephen Rothwell

On Thu, Mar 17, 2011 at 11:58 AM, Geert Uytterhoeven
<geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> wrote:
> http://kisskb.ellerman.id.au/kisskb/buildresult/4002561/:
>
> drivers/i2c/busses/i2c-designware-core.c:321: error: implicit
> declaration of function 'mdelay'
> drivers/i2c/busses/i2c-designware-pcidrv.c:256: error: implicit
> declaration of function 'pci_request_region'
> drivers/i2c/busses/i2c-designware-pcidrv.c:338: error: implicit
> declaration of function 'pci_release_region'
>
> i2c-designware-core.c needs to include <linux/delay.h>
> CONFIG_I2C_DESIGNWARE_PCI should depend on CONFIG_PCI
>
> Gr{oetje,eeting}s,
>
>                         Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>

Just FYI:
Randy sent already a patch for this issue "[PATCH -next] i2c:
designware-pcidrv depends on PCI" [1].

- Sedat -

[1] http://marc.info/?l=linux-next&m=130030077521605&w=2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [next] i2c-designware build errors
       [not found]     ` <AANLkTimCwOhpwrLx1c5wdGzmkxB7pH=k6Wg1iQgj07VJ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2011-03-17 11:58       ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2011-03-17 11:58 UTC (permalink / raw)
  To: sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Sedat Dilek, Dirk Brandewie, Ben Dooks,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA, Linux-Next, Randy Dunlap,
	Stephen Rothwell

On Thu, Mar 17, 2011 at 12:15, Sedat Dilek <sedat.dilek-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:
> On Thu, Mar 17, 2011 at 11:58 AM, Geert Uytterhoeven
> <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> wrote:
>> http://kisskb.ellerman.id.au/kisskb/buildresult/4002561/:
>>
>> drivers/i2c/busses/i2c-designware-core.c:321: error: implicit
>> declaration of function 'mdelay'
>> drivers/i2c/busses/i2c-designware-pcidrv.c:256: error: implicit
>> declaration of function 'pci_request_region'
>> drivers/i2c/busses/i2c-designware-pcidrv.c:338: error: implicit
>> declaration of function 'pci_release_region'
>>
>> i2c-designware-core.c needs to include <linux/delay.h>
>> CONFIG_I2C_DESIGNWARE_PCI should depend on CONFIG_PCI
>>
>> Gr{oetje,eeting}s,
>>
>>                         Geert
>>
>> --
>> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>>
>
> Just FYI:
> Randy sent already a patch for this issue "[PATCH -next] i2c:
> designware-pcidrv depends on PCI" [1].
>
> - Sedat -
>
> [1] http://marc.info/?l=linux-next&m=130030077521605&w=2

Ah, sorry, my initial search didn't reveal any patches yet...

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-17 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-17 10:58 [next] i2c-designware build errors Geert Uytterhoeven
     [not found] ` <AANLkTikWRAOAzPgwmzn8UrbKZx4r90smruAayWTPd68t-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-03-17 11:15   ` Sedat Dilek
     [not found]     ` <AANLkTimCwOhpwrLx1c5wdGzmkxB7pH=k6Wg1iQgj07VJ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-03-17 11:58       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).