patch-2.3.9 linux/drivers/sgi/char/rrm.c

Next file: linux/drivers/sgi/char/sgicons.c
Previous file: linux/drivers/sgi/char/newport.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.8/linux/drivers/sgi/char/rrm.c linux/drivers/sgi/char/rrm.c
@@ -12,6 +12,10 @@
 #include <asm/uaccess.h>
 #include <asm/rrm.h>
 
+#ifdef MODULE
+#include <linux/module.h>
+#endif
+
 int
 rrm_open_rn (int rnid, void *arg)
 {
@@ -66,4 +70,3 @@
 	/* This routine is invoked when the device is closed */
 	return 0;
 }
-

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)