patch-2.4.19 linux-2.4.19/drivers/s390/char/tubio.h
Next file: linux-2.4.19/drivers/s390/char/tubtty.c
Previous file: linux-2.4.19/drivers/s390/char/tuball.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/s390/char/tubio.h
- Orig date:
Fri Sep 7 09:28:38 2001
diff -urN linux-2.4.18/drivers/s390/char/tubio.h linux-2.4.19/drivers/s390/char/tubio.h
@@ -357,7 +357,7 @@
* Find tub_t * given fullscreen device's inode pointer
* This algorithm takes into account /dev/3270/tub.
*/
-extern inline tub_t *INODE2TUB(struct inode *ip)
+static inline tub_t *INODE2TUB(struct inode *ip)
{
unsigned int minor = MINOR(ip->i_rdev);
tub_t *tubp = NULL;
@@ -381,7 +381,7 @@
/*
* Find tub_t * given non-fullscreen (tty) device's tty_struct pointer
*/
-extern inline tub_t *TTY2TUB(struct tty_struct *tty)
+static inline tub_t *TTY2TUB(struct tty_struct *tty)
{
unsigned int minor = MINOR(tty->device);
tub_t *tubp = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)