Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755693AbYHFVVH (ORCPT ); Wed, 6 Aug 2008 17:21:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932091AbYHFVMw (ORCPT ); Wed, 6 Aug 2008 17:12:52 -0400 Received: from smtp6.pp.htv.fi ([213.243.153.40]:47641 "EHLO smtp6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754238AbYHFVMu (ORCPT ); Wed, 6 Aug 2008 17:12:50 -0400 Date: Thu, 7 Aug 2008 00:11:22 +0300 From: Adrian Bunk To: takata@linux-m32r.org Cc: linux-m32r@ml.linux-m32r.org, linux-kernel@vger.kernel.org, Andrew Morton Subject: [2.6 patch] m32r: export empty_zero_page Message-ID: <20080806211122.GS1702@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1288 Lines: 50 This patch fixes the following build error: <-- snip --> ... Building modules, stage 2. MODPOST 1083 modules ERROR: "empty_zero_page" [fs/ext4/ext4dev.ko] undefined! ... make[2]: *** [__modpost] Error 1 <-- snip --> Reported-by: Adrian Bunk Signed-off-by: Adrian Bunk --- This patch has been sent on: - 11 Jun 2008 arch/m32r/kernel/m32r_ksyms.c | 2 ++ 1 file changed, 2 insertions(+) ae7a1cecb2071e861cbcd6ee362ed93dd43793d5 diff --git a/arch/m32r/kernel/m32r_ksyms.c b/arch/m32r/kernel/m32r_ksyms.c index e6709fe..94b1893 100644 --- a/arch/m32r/kernel/m32r_ksyms.c +++ b/arch/m32r/kernel/m32r_ksyms.c @@ -14,6 +14,7 @@ #include #include #include +#include /* platform dependent support */ EXPORT_SYMBOL(boot_cpu_data); @@ -68,6 +69,7 @@ EXPORT_SYMBOL(memset); EXPORT_SYMBOL(copy_page); EXPORT_SYMBOL(clear_page); EXPORT_SYMBOL(strlen); +EXPORT_SYMBOL(empty_zero_page); EXPORT_SYMBOL(_inb); EXPORT_SYMBOL(_inw); -- 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/