|
Lines 146-152
Link Here
|
| 146 |
static int tty_release(struct inode *, struct file *); |
146 |
static int tty_release(struct inode *, struct file *); |
| 147 |
long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg); |
147 |
long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg); |
| 148 |
#ifdef CONFIG_COMPAT |
148 |
#ifdef CONFIG_COMPAT |
| 149 |
static long tty_compat_ioctl(struct file *file, unsigned int cmd, |
149 |
long tty_compat_ioctl(struct file *file, unsigned int cmd, |
| 150 |
unsigned long arg); |
150 |
unsigned long arg); |
| 151 |
#else |
151 |
#else |
| 152 |
#define tty_compat_ioctl NULL |
152 |
#define tty_compat_ioctl NULL |