patch-1.3.39 linux/drivers/cdrom/gscd.c
Next file: linux/drivers/cdrom/mcd.c
Previous file: linux/drivers/cdrom/cm206.c
Back to the patch index
Back to the overall index
- Lines: 66
- Date:
Wed Nov 8 12:07:27 1995
- Orig file:
v1.3.38/linux/drivers/cdrom/gscd.c
- Orig date:
Wed Nov 8 07:11:31 1995
diff -u --recursive --new-file v1.3.38/linux/drivers/cdrom/gscd.c linux/drivers/cdrom/gscd.c
@@ -41,17 +41,9 @@
#define NO_FUTURE_WORK
/*------------------------*/
-#include <linux/config.h>
-
-#ifdef MODULE
#include <linux/module.h>
-#include <linux/version.h>
-#include <linux/malloc.h>
-#ifndef CONFIG_MODVERSIONS
-char kernel_version[] = UTS_RELEASE;
-#endif
-#endif MODULE
+#include <linux/malloc.h>
#include <linux/errno.h>
#include <linux/signal.h>
#include <linux/sched.h>
@@ -390,9 +382,7 @@
return -EIO;
*/
- #ifdef MODULE
- MOD_INC_USE_COUNT;
- #endif
+ MOD_INC_USE_COUNT;
return 0;
}
@@ -413,9 +403,7 @@
sync_dev(inode->i_rdev);
invalidate_buffers(inode -> i_rdev);
- #ifdef MODULE
- MOD_DEC_USE_COUNT;
- #endif
+ MOD_DEC_USE_COUNT;
}
@@ -963,6 +951,7 @@
}
#endif
+#ifdef MODULE
/* Init for the Module-Version */
int init_module (void)
{
@@ -983,16 +972,9 @@
}
}
-#ifdef MODULE
void cleanup_module (void)
{
- if (MOD_IN_USE)
- {
- printk("GoldStar-module in use - can't remove it.\n" );
- return;
- }
-
if ((unregister_blkdev(MAJOR_NR, "gscd" ) == -EINVAL))
{
printk("What's that: can't unregister GoldStar-module\n" );
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this