From patchwork Wed Oct 5 16:05:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Martin X-Patchwork-Id: 4531 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 A8C8D23F58 for ; Wed, 5 Oct 2011 16:05:55 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9F333A180C4 for ; Wed, 5 Oct 2011 16:05:55 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id 6so2436568eyb.11 for ; Wed, 05 Oct 2011 09:05:55 -0700 (PDT) Received: by 10.223.63.8 with SMTP id z8mr1494768fah.84.1317830755475; Wed, 05 Oct 2011 09:05:55 -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 n10cs97391laf; Wed, 5 Oct 2011 09:05:55 -0700 (PDT) Received: by 10.227.147.84 with SMTP id k20mr3375664wbv.71.1317830754940; Wed, 05 Oct 2011 09:05:54 -0700 (PDT) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id gd5si1616085wbb.137.2011.10.05.09.05.54 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Oct 2011 09:05:54 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of dave.martin@linaro.org) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.178 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-wy0-f178.google.com with SMTP id 23so2179105wyf.37 for ; Wed, 05 Oct 2011 09:05:54 -0700 (PDT) Received: by 10.216.80.36 with SMTP id j36mr3101122wee.89.1317830754410; Wed, 05 Oct 2011 09:05:54 -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.05.52 (version=SSLv3 cipher=OTHER); Wed, 05 Oct 2011 09:05:53 -0700 (PDT) From: Dave Martin To: linux-arm-kernel@lists.infradead.org Cc: patches@linaro.org, =?UTF-8?q?Pawe=C5=82=20Moll?= , Grant Likely , spi-devel-general@lists.sourceforge.net Subject: [PATCH 11/16] spi: pl022: Enable module alias autogeneration for AMBA drivers Date: Wed, 5 Oct 2011 17:05:02 +0100 Message-Id: <1317830707-17517-12-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 Acked-by: Grant Likely Acked-by: Linus Walleij --- drivers/spi/spi-pl022.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index f103e470..43abaf2 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -2424,6 +2424,8 @@ static struct amba_id pl022_ids[] = { { 0, 0 }, }; +MODULE_DEVICE_TABLE(amba, pl022_ids); + static struct amba_driver pl022_driver = { .drv = { .name = "ssp-pl022",