From patchwork Wed Oct 5 16:05:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Martin X-Patchwork-Id: 4536 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 586DA23F58 for ; Wed, 5 Oct 2011 16:06:15 +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 27F27A18655 for ; Wed, 5 Oct 2011 16:06:15 +0000 (UTC) Received: by mail-gx0-f180.google.com with SMTP id i2so1296574ggn.11 for ; Wed, 05 Oct 2011 09:06:15 -0700 (PDT) Received: by 10.223.55.136 with SMTP id u8mr3818941fag.46.1317830774451; Wed, 05 Oct 2011 09:06:14 -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 n10cs97401laf; Wed, 5 Oct 2011 09:06:14 -0700 (PDT) Received: by 10.216.140.223 with SMTP id e73mr4789970wej.112.1317830773903; Wed, 05 Oct 2011 09:06:13 -0700 (PDT) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx.google.com with ESMTPS id l12si1625390wed.109.2011.10.05.09.06.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Oct 2011 09:06:13 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.42 is neither permitted nor denied by best guess record for domain of dave.martin@linaro.org) client-ip=74.125.82.42; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.42 is neither permitted nor denied by best guess record for domain of dave.martin@linaro.org) smtp.mail=dave.martin@linaro.org Received: by wwn22 with SMTP id 22so6597732wwn.1 for ; Wed, 05 Oct 2011 09:06:13 -0700 (PDT) Received: by 10.227.11.81 with SMTP id s17mr3312249wbs.62.1317830765011; Wed, 05 Oct 2011 09:06:05 -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.03 (version=SSLv3 cipher=OTHER); Wed, 05 Oct 2011 09:06:04 -0700 (PDT) From: Dave Martin To: linux-arm-kernel@lists.infradead.org Cc: patches@linaro.org, =?UTF-8?q?Pawe=C5=82=20Moll?= , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org Subject: [PATCH 16/16] sound: aaci: Enable module alias autogeneration for AMBA drivers Date: Wed, 5 Oct 2011 17:05:07 +0100 Message-Id: <1317830707-17517-17-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 --- sound/arm/aaci.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound/arm/aaci.c b/sound/arm/aaci.c index e518d38..b37b702a 100644 --- a/sound/arm/aaci.c +++ b/sound/arm/aaci.c @@ -1097,6 +1097,8 @@ static struct amba_id aaci_ids[] = { { 0, 0 }, }; +MODULE_DEVICE_TABLE(amba, aaci_ids); + static struct amba_driver aaci_driver = { .drv = { .name = DRIVER_NAME,