lkml.org 
[lkml]   [2008]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] [10/11] Use unlocked_fasync in RTC
Date

Just uses fasync_helper
Signed-off-by: Andi Kleen <ak@linux.intel.com>

Index: linux/drivers/char/rtc.c
===================================================================
--- linux.orig/drivers/char/rtc.c
+++ linux/drivers/char/rtc.c
@@ -913,7 +913,7 @@ static const struct file_operations rtc_
.ioctl = rtc_ioctl,
.open = rtc_open,
.release = rtc_release,
- .fasync = rtc_fasync,
+ .unlocked_fasync = rtc_fasync,
};

static struct miscdevice rtc_dev = {

\
 
 \ /
  Last update: 2008-05-19 14:37    [W:0.166 / U:0.804 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site