patch-2.3.48 linux/drivers/block/umc8672.c
Next file: linux/drivers/block/via82cxxx.c
Previous file: linux/drivers/block/trm290.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Sat Feb 26 20:32:14 2000
- Orig file:
v2.3.47/linux/drivers/block/umc8672.c
- Orig date:
Thu May 13 11:04:54 1999
diff -u --recursive --new-file v2.3.47/linux/drivers/block/umc8672.c linux/drivers/block/umc8672.c
@@ -1,5 +1,5 @@
/*
- * linux/drivers/block/umc8672.c Version 0.05 Jul 31, 1996
+ * linux/drivers/block/umc8672.c Version 0.05 Jul 31, 1996
*
* Copyright (C) 1995-1996 Linus Torvalds & author (see below)
*/
@@ -76,7 +76,7 @@
outb_p (wert,0x109);
}
-static byte in_umc (char port)
+static inline byte in_umc (char port)
{
outb_p (port,0x108);
return inb_p (0x109);
@@ -125,7 +125,7 @@
restore_flags(flags); /* all CPUs */
}
-void init_umc8672 (void) /* called from ide.c */
+void __init init_umc8672 (void) /* called from ide.c */
{
unsigned long flags;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)