lkml.org 
[lkml]   [2003]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] 2.4.22-pre4 ide module fix init_cmd640_vlb
On 10 Jul 2003, Alan Cox wrote:

> And stops it working for everyone else. The function does exist too. See
> drivers/ide/pci/cmd640.c

Isn't this just an issue of doing an export_symbol?

Here's a patch that does that exact thing, I haven't tested it though.

Regards
James

--
James Bourne | Email: jbourne@hardrock.org
Unix Systems Administrator | WWW: http://www.hardrock.org
Custom Unix Programming | Linux: The choice of a GNU generation
----------------------------------------------------------------------
"All you need's an occasional kick in the philosophy." Frank Herbert
--- linux/drivers/ide/pci/cmd640.c~ Thu Jul 10 07:45:30 2003
+++ linux/drivers/ide/pci/cmd640.c Thu Jul 10 07:45:30 2003
@@ -125,6 +125,12 @@
static int cmd640_vlb = 0;

/*
+ * export init_cmd640_vlb for ide-core
+ */
+
+EXPORT_SYMBOL(init_cmd640_vlb);
+
+/*
* CMD640 specific registers definition.
*/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.053 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site