From patchwork Fri Feb 20 15:46:45 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 8127 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n1KFlJRv029840 for ; Fri, 20 Feb 2009 15:47:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754048AbZBTPq4 (ORCPT ); Fri, 20 Feb 2009 10:46:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754647AbZBTPqz (ORCPT ); Fri, 20 Feb 2009 10:46:55 -0500 Received: from vervifontaine.sonytel.be ([80.88.33.193]:35429 "EHLO vervifontaine.sonycom.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753892AbZBTPqx (ORCPT ); Fri, 20 Feb 2009 10:46:53 -0500 Received: from vixen.sonytel.be (piraat.sonytel.be [43.221.60.197]) by vervifontaine.sonycom.com (Postfix) with ESMTP id 2354458AD0; Fri, 20 Feb 2009 16:46:51 +0100 (MET) Received: from geert by vixen.sonytel.be with local (Exim 4.63) (envelope-from ) id 1LaXaV-0008TJ-1Q; Fri, 20 Feb 2009 16:46:51 +0100 From: Geert Uytterhoeven To: Alessandro Zummo Cc: rtc-linux@googlegroups.com, Kyle McMartin , David Woodhouse , Richard Zidlicky , linux-parisc@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH/RFC 1/5] rtc-parisc: Add missing module alias Date: Fri, 20 Feb 2009 16:46:45 +0100 Message-Id: <1235144809-32468-2-git-send-email-Geert.Uytterhoeven@sonycom.com> X-Mailer: git-send-email 1.6.0.4 In-Reply-To: <1235144809-32468-1-git-send-email-Geert.Uytterhoeven@sonycom.com> References: <1235144809-32468-1-git-send-email-Geert.Uytterhoeven@sonycom.com> Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org Make udev autoload the driver Signed-off-by: Geert Uytterhoeven --- drivers/rtc/rtc-parisc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/rtc/rtc-parisc.c b/drivers/rtc/rtc-parisc.c index c6bfa6f..28fb7d3 100644 --- a/drivers/rtc/rtc-parisc.c +++ b/drivers/rtc/rtc-parisc.c @@ -110,3 +110,4 @@ module_exit(parisc_rtc_fini); MODULE_AUTHOR("Kyle McMartin "); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("HP PA-RISC RTC driver"); +MODULE_ALIAS("platform:rtc-parisc");