[PATCH] [10/11] Use unlocked_fasync in RTC

From: Andi Kleen
Date: Mon May 19 2008 - 08:34:54 EST



Just uses fasync_helper
Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>

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 = {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/