diff options
Diffstat (limited to 'drivers/video/uvesafb.c')
-rw-r--r-- | drivers/video/uvesafb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index ca5b4643a401..e98baf6916b8 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c | |||
@@ -67,9 +67,8 @@ static DEFINE_MUTEX(uvfb_lock); | |||
67 | * find the kernel part of the task struct, copy the registers and | 67 | * find the kernel part of the task struct, copy the registers and |
68 | * the buffer contents and then complete the task. | 68 | * the buffer contents and then complete the task. |
69 | */ | 69 | */ |
70 | static void uvesafb_cn_callback(void *data) | 70 | static void uvesafb_cn_callback(struct cn_msg *msg) |
71 | { | 71 | { |
72 | struct cn_msg *msg = data; | ||
73 | struct uvesafb_task *utask; | 72 | struct uvesafb_task *utask; |
74 | struct uvesafb_ktask *task; | 73 | struct uvesafb_ktask *task; |
75 | 74 | ||