[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080421085140.GG26897@cs181133002.pp.htv.fi>
Date: Mon, 21 Apr 2008 11:51:40 +0300
From: Adrian Bunk <bunk@...nel.org>
To: dhowells@...hat.com
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] frv: unexport kmap_atomic_to_page
This patch removes the no longer used export of kmap_atomic_to_page.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
4c236584e175d39dbd522397fb642b82b58f9e31 diff --git a/arch/frv/mm/highmem.c b/arch/frv/mm/highmem.c
index 7f77db7..eadd076 100644
--- a/arch/frv/mm/highmem.c
+++ b/arch/frv/mm/highmem.c
@@ -36,6 +36,3 @@ struct page *kmap_atomic_to_page(void *ptr)
{
return virt_to_page(ptr);
}
-
-
-EXPORT_SYMBOL(kmap_atomic_to_page);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists