Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755356Ab1FZVFU (ORCPT ); Sun, 26 Jun 2011 17:05:20 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:59337 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755274Ab1FZVDM (ORCPT ); Sun, 26 Jun 2011 17:03:12 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=EjtWS1fF8avypcK7gRxFUH3Hw0fhn9IbUTSvsA+/K21ft0ZgIjgFQXdpGEKETj1nQc x2h0CYCOl6ZmIEIrQqILyKbMWEOP4yBnlIKEi1UcRpEFW5Xg0oJmEdnfHSvY9xkm/OhI ONVvebcslmtopXtknmapkvvJHC2UriFaMNcJ8= 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 0/2] finish modularization of ofpart parser Date: Mon, 27 Jun 2011 01:02:58 +0400 Message-Id: <1309122180-12838-1-git-send-email-dbaryshkov@gmail.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 921 Lines: 24 To fix building of kernel if MTD is selected as a module and OF_PARTS is selected, finish modularization of ofpart MTD partition parser. The following changes since commit 81e49819e7d6c11c91702d6b4d9fc71255614488: mtd: spelling, capitalization, uniformity (2011-06-24 22:58:01 +0300) are available in the git repository at: git://git.infradead.org/users/dbaryshkov/mtd-cleanup.git mtd-big-cleanup Dmitry Eremin-Solenikov (2): mtd: make ofpart buildable as a separate module mtd/ofpart: add ofoldpart alias drivers/mtd/Kconfig | 3 ++- drivers/mtd/Makefile | 2 +- drivers/mtd/ofpart.c | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/