patch-2.1.17 linux/arch/m68k/kernel/console.c

Next file: linux/arch/m68k/kernel/entry.S
Previous file: linux/arch/m68k/ifpsp060/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.16/linux/arch/m68k/kernel/console.c linux/arch/m68k/kernel/console.c
@@ -970,7 +970,7 @@
 	tty_schedule_flip(tty);
 }
 
-static void cursor_report(int currcons, struct tty_struct * tty)
+static inline void cursor_report(int currcons, struct tty_struct * tty)
 {
 	char buf[40];
 
@@ -1242,7 +1242,7 @@
 	}
 }
 
-static void insert_char(int currcons)
+static inline void insert_char(int currcons)
 {
 	int i;
 	unsigned short *p = pos;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov