[PATCH] uml console channels: fix the API of console_write
[pandora-kernel.git] / arch / um / drivers / chan_user.c
index 1c55d58..5d50d4a 100644 (file)
@@ -20,7 +20,7 @@
 #include "choose-mode.h"
 #include "mode.h"
 
-int generic_console_write(int fd, const char *buf, int n, void *unused)
+int generic_console_write(int fd, const char *buf, int n)
 {
        struct termios save, new;
        int err;