|
Lines 168-174
static void task_startad(void *data) {
Link Here
|
| 168 |
static int svgalib_helper_ioctl( struct inode *inode, struct file *filp, |
168 |
static int svgalib_helper_ioctl( struct inode *inode, struct file *filp, |
| 169 |
unsigned int cmd, unsigned long arg) { |
169 |
unsigned int cmd, unsigned long arg) { |
| 170 |
#else |
170 |
#else |
| 171 |
static int svgalib_helper_ioctl(struct file *filp, |
171 |
static long svgalib_helper_ioctl(struct file *filp, |
| 172 |
unsigned int cmd, unsigned long arg) { |
172 |
unsigned int cmd, unsigned long arg) { |
| 173 |
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0) |
173 |
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0) |
| 174 |
struct inode *inode=file_inode(filp); |
174 |
struct inode *inode=file_inode(filp); |