From: Alessandro Zummo Date: Mon, 27 Mar 2006 09:16:41 +0000 (-0800) Subject: [PATCH] RTC subsystem: dev interface X-Git-Tag: v2.6.17-rc1~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e824290e5dcfaf2120da587b16d10dfdff8d5d3e;p=pandora-kernel.git [PATCH] RTC subsystem: dev interface Add the dev interface to the RTC subsystem. Each RTC will be available under /dev/rtcX . A symlink from /dev/rtc0 to /dev/rtc cab be obtained with the following udev rule: KERNEL=="rtc0", SYMLINK+="rtc" Signed-off-by: Alessandro Zummo Acked-by: Greg Kroah-Hartman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed