From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762420AbYF3P3t (ORCPT ); Mon, 30 Jun 2008 11:29:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754619AbYF3P1y (ORCPT ); Mon, 30 Jun 2008 11:27:54 -0400 Received: from aeryn.fluff.org.uk ([87.194.8.8]:60326 "EHLO kira.home.fluff.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752831AbYF3P1u (ORCPT ); Mon, 30 Jun 2008 11:27:50 -0400 Message-Id: <20080630152749.375264731@fluff.org.uk> References: <20080630152547.755285683@fluff.org.uk> User-Agent: quilt/0.46-1 Date: Mon, 30 Jun 2008 16:25:59 +0100 From: Ben Dooks To: linux-kernel@vger.kernel.org, drzeus-mmc@drzeus.cx Cc: tk@maintech.de, laforge@openmoko.org, Ben Dooks Subject: [patch v4 12/17] MMC: S3C24XX: Add MODULE_ALIAS() entries for the platform devices Content-Disposition: inline; filename=simtec/s3c24xx-sdmmc-modalias.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add MODULE_ALIAS() declerations for all the supported platform devices for this driver. Signed-off-by: Ben Dooks Index: linux-2.6.26-rc8-next20080627/drivers/mmc/host/s3cmci.c =================================================================== --- linux-2.6.26-rc8-next20080627.orig/drivers/mmc/host/s3cmci.c 2008-06-30 12:36:53.000000000 +0100 +++ linux-2.6.26-rc8-next20080627/drivers/mmc/host/s3cmci.c 2008-06-30 12:36:55.000000000 +0100 @@ -1405,3 +1405,6 @@ module_exit(s3cmci_exit); MODULE_DESCRIPTION("Samsung S3C MMC/SD Card Interface driver"); MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("Thomas Kleffel "); +MODULE_ALIAS("platform:s3c2410-sdi"); +MODULE_ALIAS("platform:s3c2412-sdi"); +MODULE_ALIAS("platform:s3c2440-sdi"); -- Ben (ben@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes'