[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080520152852.04FB51B4204@basil.firstfloor.org>
Date: Tue, 20 May 2008 17:28:52 +0200 (CEST)
From: Andi Kleen <andi@...stfloor.org>
To: corbet@....net, linux-kernel@...r.kernel.org
Subject: [PATCH] [10/11] Use unlocked_fasync in RTC
Just uses fasync_helper
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
drivers/char/rtc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists