From patchwork Wed Oct 5 16:05:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Martin X-Patchwork-Id: 4535 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9F4E523F58 for ; Wed, 5 Oct 2011 16:06:05 +0000 (UTC) Received: from mail-gx0-f180.google.com (mail-gx0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 6FA34A180C4 for ; Wed, 5 Oct 2011 16:06:05 +0000 (UTC) Received: by ggni2 with SMTP id i2so1296574ggn.11 for ; Wed, 05 Oct 2011 09:06:05 -0700 (PDT) Received: by 10.223.45.140 with SMTP id e12mr3729871faf.27.1317830764698; Wed, 05 Oct 2011 09:06:04 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.23.170 with SMTP id n10cs97397laf; Wed, 5 Oct 2011 09:06:03 -0700 (PDT) Received: by 10.216.203.69 with SMTP id e47mr3186118weo.57.1317830763425; Wed, 05 Oct 2011 09:06:03 -0700 (PDT) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id t9si1624394weq.104.2011.10.05.09.06.03 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Oct 2011 09:06:03 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of dave.martin@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of dave.martin@linaro.org) smtp.mail=dave.martin@linaro.org Received: by mail-ww0-f50.google.com with SMTP id 3so2640909wwe.31 for ; Wed, 05 Oct 2011 09:06:03 -0700 (PDT) Received: by 10.227.200.20 with SMTP id eu20mr3302407wbb.42.1317830762941; Wed, 05 Oct 2011 09:06:02 -0700 (PDT) Received: from e103592.peterhouse.linaro.org (fw-lnat.cambridge.arm.com. [217.140.96.63]) by mx.google.com with ESMTPS id l9sm3682771wba.5.2011.10.05.09.06.00 (version=SSLv3 cipher=OTHER); Wed, 05 Oct 2011 09:06:01 -0700 (PDT) From: Dave Martin To: linux-arm-kernel@lists.infradead.org Cc: patches@linaro.org, =?UTF-8?q?Pawe=C5=82=20Moll?= , Wim Van Sebroeck , linux-watchdog@vger.kernel.org Subject: [PATCH 15/16] watchdog: sp805: Enable module alias autogeneration for AMBA drivers Date: Wed, 5 Oct 2011 17:05:06 +0100 Message-Id: <1317830707-17517-16-git-send-email-dave.martin@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1317830707-17517-1-git-send-email-dave.martin@linaro.org> References: <1317830707-17517-1-git-send-email-dave.martin@linaro.org> Signed-off-by: Dave Martin --- drivers/watchdog/sp805_wdt.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c index cc2cfbe..c0a0ece 100644 --- a/drivers/watchdog/sp805_wdt.c +++ b/drivers/watchdog/sp805_wdt.c @@ -359,6 +359,8 @@ static struct amba_id sp805_wdt_ids[] __initdata = { { 0, 0 }, }; +MODULE_DEVICE_TABLE(amba, sp805_wdt_ids); + static struct amba_driver sp805_wdt_driver = { .drv = { .name = MODULE_NAME,