public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* old gpmc.h
@ 2006-08-08 10:35 Komal Shah
  2006-08-10  9:54 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Komal Shah @ 2006-08-08 10:35 UTC (permalink / raw)
  To: linux-omap-open-source

Tony,

It seems that gpmc.h is not updated after Imre patch about dynamic
allocator for GPMC. It gives me following error for h4 build.

arch/arm/mach-omap2/built-in.o(.init.text+0xae4): In function `$a':
: undefined reference to `gpmc_cs_request'
arch/arm/mach-omap2/built-in.o(.init.text+0xb48): In function `$a':
: undefined reference to `gpmc_cs_free'
arch/arm/mach-omap2/built-in.o(.init.text+0xb68): In function `$a':
: undefined reference to `gpmc_cs_request'
make: *** [.tmp_vmlinux1] Error 1

Please update gpmc.h as per Imre's patch. Thanx.

---Komal Shah
http://komalshah.blogspot.com/

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* Re: old gpmc.h
  2006-08-08 10:35 old gpmc.h Komal Shah
@ 2006-08-10  9:54 ` Tony Lindgren
  2006-08-10 10:43   ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2006-08-10  9:54 UTC (permalink / raw)
  To: Komal Shah; +Cc: linux-omap-open-source

* Komal Shah <komal_shah802003@yahoo.com> [060808 13:35]:
> Tony,
> 
> It seems that gpmc.h is not updated after Imre patch about dynamic
> allocator for GPMC. It gives me following error for h4 build.
> 
> arch/arm/mach-omap2/built-in.o(.init.text+0xae4): In function `$a':
> : undefined reference to `gpmc_cs_request'
> arch/arm/mach-omap2/built-in.o(.init.text+0xb48): In function `$a':
> : undefined reference to `gpmc_cs_free'
> arch/arm/mach-omap2/built-in.o(.init.text+0xb68): In function `$a':
> : undefined reference to `gpmc_cs_request'
> make: *** [.tmp_vmlinux1] Error 1
> 
> Please update gpmc.h as per Imre's patch. Thanx.

Weird looks like some merges from 2.6.17-omap2 did not happen. It is
there as a7abfb3157101ee90f45e261c64850c980d1b6dc, but not in the
current head. There's probably other stuff unmerged as well then.
I'll try to fix it.

Tony

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

* Re: old gpmc.h
  2006-08-10  9:54 ` Tony Lindgren
@ 2006-08-10 10:43   ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2006-08-10 10:43 UTC (permalink / raw)
  To: Komal Shah; +Cc: linux-omap-open-source

* Tony Lindgren <tony@atomide.com> [060810 12:54]:
> * Komal Shah <komal_shah802003@yahoo.com> [060808 13:35]:
> > Tony,
> > 
> > It seems that gpmc.h is not updated after Imre patch about dynamic
> > allocator for GPMC. It gives me following error for h4 build.
> > 
> > arch/arm/mach-omap2/built-in.o(.init.text+0xae4): In function `$a':
> > : undefined reference to `gpmc_cs_request'
> > arch/arm/mach-omap2/built-in.o(.init.text+0xb48): In function `$a':
> > : undefined reference to `gpmc_cs_free'
> > arch/arm/mach-omap2/built-in.o(.init.text+0xb68): In function `$a':
> > : undefined reference to `gpmc_cs_request'
> > make: *** [.tmp_vmlinux1] Error 1
> > 
> > Please update gpmc.h as per Imre's patch. Thanx.
> 
> Weird looks like some merges from 2.6.17-omap2 did not happen. It is
> there as a7abfb3157101ee90f45e261c64850c980d1b6dc, but not in the
> current head. There's probably other stuff unmerged as well then.
> I'll try to fix it.

I found following two commits that had just disappeared after
2.6.17-omap2:

$ git-cherry-pick afffc24530956387faa51a42a1e5a4eee344d4a1
First trying simple merge strategy to cherry-pick.
Simple cherry-pick fails; trying Automatic cherry-pick.
Auto-merging arch/arm/mach-omap2/board-apollon.c
Auto-merging arch/arm/mach-omap2/gpmc.c
Auto-merging include/asm-arm/arch-omap/gpmc.h
Finished one cherry-pick.

$ git-cherry-pick 64929d882591a213cb51407992f28c42121b2f7d
First trying simple merge strategy to cherry-pick.
Simple cherry-pick fails; trying Automatic cherry-pick.
Auto-merging arch/arm/plat-omap/clock.c
Auto-merging include/asm-arm/arch-omap/clock.h
Finished one cherry-pick.

No idea how that happens, maybe problems with some versions of git?

Tony

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

end of thread, other threads:[~2006-08-10 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-08 10:35 old gpmc.h Komal Shah
2006-08-10  9:54 ` Tony Lindgren
2006-08-10 10:43   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox