| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [2.6 patch] mips: unexport __kmap_atomic_to_page |
| From: | Adrian Bunk <bunk@kernel.org> |
| Date: | Mon, 21 Apr 2008 11:51:37 +0300 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.17+20080114 (2008-01-14) |
This patch removes the no longer used export of __kmap_atomic_to_page. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- 4d052a402ef108fb899e725d3492b605b8921d15 diff --git a/arch/mips/mm/highmem.c b/arch/mips/mm/highmem.c index 10dd2af..8f2cd8e 100644 --- a/arch/mips/mm/highmem.c +++ b/arch/mips/mm/highmem.c @@ -116,4 +116,3 @@ EXPORT_SYMBOL(__kmap); EXPORT_SYMBOL(__kunmap); EXPORT_SYMBOL(__kmap_atomic); EXPORT_SYMBOL(__kunmap_atomic); -EXPORT_SYMBOL(__kmap_atomic_to_page); |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] BCM47xx: Add platform specific PCI code, Aurelien Jarno |
|---|---|
| Next by Date: | Re: [MIPS] Fix handling of trap and breakpoint instructions, Ralf Baechle |
| Previous by Thread: | [PATCH] BCM47xx: Add platform specific PCI code, Aurelien Jarno |
| Next by Thread: | Re: [2.6 patch] mips: unexport __kmap_atomic_to_page, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |