vt: fix argument typing ready for 32bit
authorAlan Cox <alan@linux.intel.com>
Fri, 30 Jan 2015 00:24:17 +0000 (00:24 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 30 Jan 2015 00:24:17 +0000 (00:24 +0000)
Kernel/vt.c

index e23abf0..f53cfd9 100644 (file)
@@ -183,7 +183,7 @@ void vtoutput(unsigned char *p, unsigned int len)
        cursor_on(cursory, cursorx);
 }
 
-int vt_ioctl(uint8_t minor, uint16_t request, char *data)
+int vt_ioctl(uint8_t minor, uarg_t request, char *data)
 {
        /* FIXME: need to address the multiple vt switching case
           here.. probably need to switch vt */