[PATCH] cdrom/mcdx: section fixes

From: Randy.Dunlap
Date: Thu Jun 08 2006 - 23:49:41 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Priority: not critical.
Make __mcdx_init() __init and static. Saves a little memory.

Fix section mismatch warning and make the function static while there:
WARNING: drivers/cdrom/mcdx.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x8be) and 'mcdx_transfer'

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
drivers/cdrom/mcdx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2617-rc6.orig/drivers/cdrom/mcdx.c
+++ linux-2617-rc6/drivers/cdrom/mcdx.c
@@ -1006,7 +1006,7 @@ static int mcdx_talk(struct s_drive_stuf

/* MODULE STUFF ***********************************************************/

-int __mcdx_init(void)
+static int __init __mcdx_init(void)
{
int i;
int drives = 0;


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