lkml.org 
[lkml]   [2003]   [Sep]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[-mm patch] fix IDE pdc4030.c compile
init-exit-cleanups.patch in 2.6.0-test4-mm6 made ide_probe_for_pdc4030 
in drivers/ide/legacy/pdc4030.c static although it's referenced from
drivers/ide/ide.c resulting in a link error.

The following patch fixes it:

--- linux-2.6.0-test4-mm6/drivers/ide/legacy/pdc4030.c.old 2003-09-06 21:28:20.000000000 +0200
+++ linux-2.6.0-test4-mm6/drivers/ide/legacy/pdc4030.c 2003-09-06 21:28:40.000000000 +0200
@@ -297,7 +297,7 @@
}


-static int __init ide_probe_for_pdc4030(void)
+int __init ide_probe_for_pdc4030(void)
{
unsigned int index;
ide_hwif_t *hwif;


cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.017 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site