From: "David S. Miller" <davem@redhat.com>
To: sparclinux@vger.kernel.org
Subject: Re: atyfb module, unknown symbol prom_palette
Date: Tue, 30 Mar 2004 22:24:45 +0000 [thread overview]
Message-ID: <20040330142445.54accc08.davem@redhat.com> (raw)
In-Reply-To: <002b01c416a1$556dee30$fa0da8c0@juba>
Congratulations, you are the first person to try and build any
of these things as a module :-)
This should fix it:
=== arch/sparc64/kernel/sparc64_ksyms.c 1.65 vs edited ==--- 1.65/arch/sparc64/kernel/sparc64_ksyms.c Fri Mar 19 13:59:48 2004
+++ edited/arch/sparc64/kernel/sparc64_ksyms.c Tue Mar 30 14:22:58 2004
@@ -91,6 +91,7 @@
extern int (*handle_mathemu)(struct pt_regs *, struct fpustate *);
extern long sparc32_open(const char * filename, int flags, int mode);
extern int io_remap_page_range(struct vm_area_struct *vma, unsigned long from, unsigned long offset, unsigned long size, pgprot_t prot, int space);
+extern void (*prom_palette)(int);
extern int __ashrdi3(int, int);
@@ -388,3 +389,5 @@
EXPORT_SYMBOL(xor_vis_3);
EXPORT_SYMBOL(xor_vis_4);
EXPORT_SYMBOL(xor_vis_5);
+
+EXPORT_SYMBOL(prom_palette);
next prev parent reply other threads:[~2004-03-30 22:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-30 21:52 atyfb module, unknown symbol prom_palette Mustafa Hussein
2004-03-30 22:24 ` David S. Miller [this message]
2004-03-31 0:50 ` Mustafa Hussein
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=20040330142445.54accc08.davem@redhat.com \
--to=davem@redhat.com \
--cc=sparclinux@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.