From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Subject: Re: [PATCH 1/2] mtd: make ofpart buildable as a separate module Date: Mon, 27 Jun 2011 08:49:23 +0300 Message-ID: <1309153769.23597.15.camel@sauron> References: <1309122180-12838-1-git-send-email-dbaryshkov@gmail.com> <1309122180-12838-2-git-send-email-dbaryshkov@gmail.com> Reply-To: dedekind1@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1309122180-12838-2-git-send-email-dbaryshkov@gmail.com> 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: Dmitry Eremin-Solenikov Cc: Randy Dunlap , Stephen Rothwell , linux-kernel@vger.kernel.org, Grant Likely , linux-next@vger.kernel.org, linux-mtd@lists.infradead.org, David Woodhouse List-Id: linux-next.vger.kernel.org On Mon, 2011-06-27 at 01:02 +0400, Dmitry Eremin-Solenikov wrote: > As ofpart now uses a standard mtd partitions parser interface, make it > buildable as a separate module. Also provide MODULE_DESCRIPTION and > MODULE_AUTHOR for this module. > > Signed-off-by: Dmitry Eremin-Solenikov Pushed this one to l2-mtd-2.6.git, thanks! -- Best Regards, Artem Bityutskiy ______________________________________________________ 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-pw0-f49.google.com ([209.85.160.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Qb4gZ-0001PO-23 for linux-mtd@lists.infradead.org; Mon, 27 Jun 2011 05:48:39 +0000 Received: by pwi3 with SMTP id 3so3190624pwi.36 for ; Sun, 26 Jun 2011 22:48:36 -0700 (PDT) Subject: Re: [PATCH 1/2] mtd: make ofpart buildable as a separate module From: Artem Bityutskiy To: Dmitry Eremin-Solenikov Date: Mon, 27 Jun 2011 08:49:23 +0300 In-Reply-To: <1309122180-12838-2-git-send-email-dbaryshkov@gmail.com> References: <1309122180-12838-1-git-send-email-dbaryshkov@gmail.com> <1309122180-12838-2-git-send-email-dbaryshkov@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1309153769.23597.15.camel@sauron> Mime-Version: 1.0 Cc: Randy Dunlap , Stephen Rothwell , linux-kernel@vger.kernel.org, Grant Likely , linux-next@vger.kernel.org, linux-mtd@lists.infradead.org, David Woodhouse Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2011-06-27 at 01:02 +0400, Dmitry Eremin-Solenikov wrote: > As ofpart now uses a standard mtd partitions parser interface, make it > buildable as a separate module. Also provide MODULE_DESCRIPTION and > MODULE_AUTHOR for this module. > > Signed-off-by: Dmitry Eremin-Solenikov Pushed this one to l2-mtd-2.6.git, thanks! -- Best Regards, Artem Bityutskiy From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755939Ab1F0FtB (ORCPT ); Mon, 27 Jun 2011 01:49:01 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:51632 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756631Ab1F0Fsh (ORCPT ); Mon, 27 Jun 2011 01:48:37 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:date:in-reply-to:references :content-type:x-mailer:content-transfer-encoding:message-id :mime-version; b=yBy0MLFXILvCwoJbX/hYPDfRXsjIXfEtN8hRyBGg8rTx1gg9jViEVLe6MUbjOPcLdL NRQWLHg860rGSRv+NwYL0ocSdRjNyarv60Y3JUzTTMzgv2V0o90w6M+Te0EJTQzE2GWO ZbObpFKHw5YeRoKDzYaQ66S9ok6kC2j/pp+Fc= Subject: Re: [PATCH 1/2] mtd: make ofpart buildable as a separate module From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Dmitry Eremin-Solenikov Cc: linux-mtd@lists.infradead.org, Grant Likely , Randy Dunlap , Stephen Rothwell , David Woodhouse , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 27 Jun 2011 08:49:23 +0300 In-Reply-To: <1309122180-12838-2-git-send-email-dbaryshkov@gmail.com> References: <1309122180-12838-1-git-send-email-dbaryshkov@gmail.com> <1309122180-12838-2-git-send-email-dbaryshkov@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.2 (3.0.2-2.fc15) Content-Transfer-Encoding: 7bit Message-ID: <1309153769.23597.15.camel@sauron> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2011-06-27 at 01:02 +0400, Dmitry Eremin-Solenikov wrote: > As ofpart now uses a standard mtd partitions parser interface, make it > buildable as a separate module. Also provide MODULE_DESCRIPTION and > MODULE_AUTHOR for this module. > > Signed-off-by: Dmitry Eremin-Solenikov Pushed this one to l2-mtd-2.6.git, thanks! -- Best Regards, Artem Bityutskiy