From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Eremin-Solenikov Subject: [PATCH 2/2] mtd/ofpart: add ofoldpart alias Date: Mon, 27 Jun 2011 16:34:46 +0400 Message-ID: <1309178086-10604-1-git-send-email-dbaryshkov@gmail.com> References: <1309154611.23597.18.camel@sauron> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1309154611.23597.18.camel@sauron> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+gldm-linux-mtd-36=gmane.org@lists.infradead.org To: linux-mtd@lists.infradead.org Cc: Randy Dunlap , Stephen Rothwell , dedekind1@gmail.com, linux-kernel@vger.kernel.org, Grant Likely , linux-next@vger.kernel.org, David Woodhouse List-Id: linux-next.vger.kernel.org ofpart.ko also provides ofoldpart MTD parser. Add respective MODULE_ALIAS("ofoldpart"); declaration. Signed-off-by: Dmitry Eremin-Solenikov --- drivers/mtd/ofpart.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/ofpart.c b/drivers/mtd/ofpart.c index aa33b8a..77f0640 100644 --- a/drivers/mtd/ofpart.c +++ b/drivers/mtd/ofpart.c @@ -176,3 +176,6 @@ module_init(ofpart_parser_init); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Parser for MTD partitioning information in device tree"); MODULE_AUTHOR("Vitaly Wool, David Gibson"); +/* Required so that this module will be picked up ofoldpart + * MTD partition information parser */ +MODULE_ALIAS("ofoldpart"); -- 1.7.5.4 ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ww0-f49.google.com ([74.125.82.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QbB1p-0005xt-Cq for linux-mtd@lists.infradead.org; Mon, 27 Jun 2011 12:35:02 +0000 Received: by wwf22 with SMTP id 22so3401543wwf.18 for ; Mon, 27 Jun 2011 05:34:59 -0700 (PDT) From: Dmitry Eremin-Solenikov To: linux-mtd@lists.infradead.org Subject: [PATCH 2/2] mtd/ofpart: add ofoldpart alias Date: Mon, 27 Jun 2011 16:34:46 +0400 Message-Id: <1309178086-10604-1-git-send-email-dbaryshkov@gmail.com> In-Reply-To: <1309154611.23597.18.camel@sauron> References: <1309154611.23597.18.camel@sauron> Cc: Randy Dunlap , Stephen Rothwell , dedekind1@gmail.com, linux-kernel@vger.kernel.org, Grant Likely , linux-next@vger.kernel.org, David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ofpart.ko also provides ofoldpart MTD parser. Add respective MODULE_ALIAS("ofoldpart"); declaration. Signed-off-by: Dmitry Eremin-Solenikov --- drivers/mtd/ofpart.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/ofpart.c b/drivers/mtd/ofpart.c index aa33b8a..77f0640 100644 --- a/drivers/mtd/ofpart.c +++ b/drivers/mtd/ofpart.c @@ -176,3 +176,6 @@ module_init(ofpart_parser_init); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Parser for MTD partitioning information in device tree"); MODULE_AUTHOR("Vitaly Wool, David Gibson"); +/* Required so that this module will be picked up ofoldpart + * MTD partition information parser */ +MODULE_ALIAS("ofoldpart"); -- 1.7.5.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759618Ab1F0MgX (ORCPT ); Mon, 27 Jun 2011 08:36:23 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:55696 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756150Ab1F0MfA (ORCPT ); Mon, 27 Jun 2011 08:35:00 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=KMjUn97jqx6yPtvxHn9l0rBUb48NGDpyuXxmN+1H2iKQWl/MokYainwXI0dgEHQLDI 9k9t4JAp5s0b8dWHAFRS2HS9TW9Nc6iDzi+LWcaFUV55GAo1FHMn3wbQKC5Ad2d5XGhu /eZdQrT8kI2p9Rn/2fcqgue0/DCLVNETyAUdE= From: Dmitry Eremin-Solenikov To: linux-mtd@lists.infradead.org Cc: dedekind1@gmail.com, Grant Likely , Randy Dunlap , Stephen Rothwell , David Woodhouse , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] mtd/ofpart: add ofoldpart alias Date: Mon, 27 Jun 2011 16:34:46 +0400 Message-Id: <1309178086-10604-1-git-send-email-dbaryshkov@gmail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1309154611.23597.18.camel@sauron> References: <1309154611.23597.18.camel@sauron> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ofpart.ko also provides ofoldpart MTD parser. Add respective MODULE_ALIAS("ofoldpart"); declaration. Signed-off-by: Dmitry Eremin-Solenikov --- drivers/mtd/ofpart.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/ofpart.c b/drivers/mtd/ofpart.c index aa33b8a..77f0640 100644 --- a/drivers/mtd/ofpart.c +++ b/drivers/mtd/ofpart.c @@ -176,3 +176,6 @@ module_init(ofpart_parser_init); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Parser for MTD partitioning information in device tree"); MODULE_AUTHOR("Vitaly Wool, David Gibson"); +/* Required so that this module will be picked up ofoldpart + * MTD partition information parser */ +MODULE_ALIAS("ofoldpart"); -- 1.7.5.4