linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@hotpop.com>
To: linux-fbdev-devel@lists.sourceforge.net,
	Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Theodore Kilgore <kilgota@banach.math.auburn.edu>
Subject: Re: aty128fb problems on iMac, kernel 2.8.1 (fwd)
Date: Thu, 23 Sep 2004 19:14:41 +0800	[thread overview]
Message-ID: <200409231914.41279.adaplas@hotpop.com> (raw)
In-Reply-To: <Pine.GSO.4.61.0409231022110.7127@waterleaf.sonytel.be>

>
> mac_find_mode  undefined
>
> and
>
> mac_vmode_to_var  undefined.
>

Those functions are in macmodes.c but they are not exportable.

You can try changing this line in drivers/video/Makefile:

obj-$(CONFIG_FB_ATY128)           += aty128fb.o

to

obj-$(CONFIG_FB_ATY128)           += aty128fb.o macmodes.o

Possibly, you may need to remove these lines if the compile complains
of duplicate symbols:

# Only include macmodes.o if we have FB support and are PPC
ifeq ($(CONFIG_FB),y)
obj-$(CONFIG_PPC)                 += macmodes.o
endif

Tony




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

  reply	other threads:[~2004-09-23 11:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-23  8:27 aty128fb problems on iMac, kernel 2.8.1 (fwd) Geert Uytterhoeven
2004-09-23 11:14 ` Antonino A. Daplas [this message]
2004-09-23 11:31 ` Michal 'hramrach' Suchanek
2004-09-23 15:22   ` Theodore Kilgore
2004-09-26  8:27 ` Benjamin Herrenschmidt
2004-09-26 12:13   ` Michal 'hramrach' Suchanek
2004-09-26 16:25   ` Theodore Kilgore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200409231914.41279.adaplas@hotpop.com \
    --to=adaplas@hotpop.com \
    --cc=geert@linux-m68k.org \
    --cc=kilgota@banach.math.auburn.edu \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).