This patch contains quick fixes that prevents KBUILD_MODNAME conflicts.

Signed-off-by: Magnus Damm <[EMAIL PROTECTED]>

diff -urN linux-2.6.12-rc1/drivers/ide/ide-disk.c 
linux-2.6.12-rc1-autoparam/drivers/ide/ide-disk.c
--- linux-2.6.12-rc1/drivers/ide/ide-disk.c     2005-03-20 18:20:16.000000000 
+0100
+++ linux-2.6.12-rc1-autoparam/drivers/ide/ide-disk.c   2005-03-20 
22:19:34.917938632 +0100
@@ -1179,6 +1179,8 @@
        return ide_register_driver(&idedisk_driver);
 }
 
+#undef ide_disk
+
 module_init(idedisk_init);
 module_exit(idedisk_exit);
 MODULE_LICENSE("GPL");
diff -urN linux-2.6.12-rc1/drivers/ide/ide-floppy.c 
linux-2.6.12-rc1-autoparam/drivers/ide/ide-floppy.c
--- linux-2.6.12-rc1/drivers/ide/ide-floppy.c   2005-03-20 18:20:16.000000000 
+0100
+++ linux-2.6.12-rc1-autoparam/drivers/ide/ide-floppy.c 2005-03-20 
22:19:34.920938176 +0100
@@ -2117,6 +2117,8 @@
        return 0;
 }
 
+#undef ide_floppy
+
 module_init(idefloppy_init);
 module_exit(idefloppy_exit);
 MODULE_LICENSE("GPL");
diff -urN linux-2.6.12-rc1/drivers/ide/ide-tape.c 
linux-2.6.12-rc1-autoparam/drivers/ide/ide-tape.c
--- linux-2.6.12-rc1/drivers/ide/ide-tape.c     2005-03-20 18:20:16.000000000 
+0100
+++ linux-2.6.12-rc1-autoparam/drivers/ide/ide-tape.c   2005-03-20 
22:19:34.944934528 +0100
@@ -4818,6 +4818,8 @@
        return 0;
 }
 
+#undef ide_tape
+
 module_init(idetape_init);
 module_exit(idetape_exit);
 MODULE_ALIAS_CHARDEV_MAJOR(IDETAPE_MAJOR);
diff -urN linux-2.6.12-rc1/drivers/scsi/ide-scsi.c 
linux-2.6.12-rc1-autoparam/drivers/scsi/ide-scsi.c
--- linux-2.6.12-rc1/drivers/scsi/ide-scsi.c    2005-03-20 18:20:17.000000000 
+0100
+++ linux-2.6.12-rc1-autoparam/drivers/scsi/ide-scsi.c  2005-03-20 
22:19:34.946934224 +0100
@@ -1097,6 +1097,8 @@
        ide_unregister_driver(&idescsi_driver);
 }
 
+#undef ide_scsi
+
 module_init(init_idescsi_module);
 module_exit(exit_idescsi_module);
 MODULE_LICENSE("GPL");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to