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: 23480 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from mail-qy0-f60.google.com (mail-qy0-f60.google.com [209.85.221.60]) by ozlabs.org (Postfix) with ESMTP id 5B361DDD1C for ; Sat, 21 Feb 2009 02:46:57 +1100 (EST) Received: by qyk20 with SMTP id 20so2296033qyk.1 for ; Fri, 20 Feb 2009 07:46:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received-spf:authentication-results:received :received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:reply-to:sender:precedence:x-google-loop:mailing-list :list-id:list-post:list-help:list-unsubscribe:x-beenthere-env :x-beenthere; bh=69JJj6D/gpMbEcvvafc4WPCEP1WulM9smO4Ed6ZmWyU=; b=3wNJHWwdaD5g2Jat3fvrXHgUOEsuO9jioGJkekHYmOiIv5xwaDun7h55RRlQXOhyMQ P+8Cz3qUlyuhyqC2Ao4Bf1GsvSPf9BktOekdRusnEzS4IyngMrzq74JpkNqDKUH45nFf M92p593vtVdOlCTsp/3rQCIY8oasip8USxWUE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-sender:x-apparently-to:received-spf:authentication-results:from :to:cc:subject:date:message-id:x-mailer:in-reply-to:references :reply-to:sender:precedence:x-google-loop:mailing-list:list-id :list-post:list-help:list-unsubscribe:x-beenthere-env:x-beenthere; b=B4zLm8aRT+sCow85xF5p9F91xDgT4QmyGEMS2onjehwOhY1Ty3Sp9ipdCTLgGJzZwC tzVh4/+2B12LacvbuSmfRoJKUIsZVsQGh2uBsQnNkR3MUWSYu3eVGmmtz4IBlCsQrSGd WtpcTidbjOjXTK7fGQWjWd+SguJBwTGqC1JJM= Received: by 10.224.20.3 with SMTP id d3mr160299qab.25.1235144812987; Fri, 20 Feb 2009 07:46:52 -0800 (PST) Received: by 10.176.92.38 with SMTP id p38gr1915yqb.0; Fri, 20 Feb 2009 07:46:52 -0800 (PST) X-Sender: geert@sonycom.com X-Apparently-To: rtc-linux@googlegroups.com Received: by 10.86.80.17 with SMTP id d17mr68433fgb.8.1235144812388; Fri, 20 Feb 2009 07:46:52 -0800 (PST) Received: from vervifontaine.sonycom.com (vervifontaine.sonytel.be [80.88.33.193]) by mx.google.com with ESMTP id 3si286050fgg.13.2009.02.20.07.46.52; Fri, 20 Feb 2009 07:46:52 -0800 (PST) Received-SPF: neutral (google.com: 80.88.33.193 is neither permitted nor denied by best guess record for domain of geert@sonycom.com) client-ip=80.88.33.193; Authentication-Results: mx.google.com; spf=neutral (google.com: 80.88.33.193 is neither permitted nor denied by best guess record for domain of geert@sonycom.com) smtp.mail=geert@sonycom.com 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@lists.linux-m68k.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [rtc-linux] [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> Reply-To: rtc-linux@googlegroups.com Sender: rtc-linux@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list rtc-linux@googlegroups.com; contact rtc-linux+owner@googlegroups.com List-Id: List-Post: List-Help: List-Unsubscribe: , X-BeenThere-Env: rtc-linux@googlegroups.com X-BeenThere: rtc-linux@googlegroups.com 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");