diff options
| author | Christoph Lameter <clameter@sgi.com> | 2007-07-06 14:17:32 -0400 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-06 14:45:11 -0400 | 
| commit | d23cf676d0e9d1fdc066d2dcb7f8bc0e2d4c75bd (patch) | |
| tree | 6a497007f978d7c2993c0c8de1e2e01d0ad6f821 | |
| parent | c3000e031cf6a1f58228357d7c317f66e670627f (diff) | |
slub: remove useless EXPORT_SYMBOL
kmem_cache_open is static. EXPORT_SYMBOL was leftover from some earlier
time period where kmem_cache_open was usable outside of slub.
(Fixes powerpc build error)
Signed-off-by: Chrsitoph Lameter <clameter@sgi.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | mm/slub.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -2020,7 +2020,6 @@ error: | |||
| 2020 | s->offset, flags); | 2020 | s->offset, flags); | 
| 2021 | return 0; | 2021 | return 0; | 
| 2022 | } | 2022 | } | 
| 2023 | EXPORT_SYMBOL(kmem_cache_open); | ||
| 2024 | 2023 | ||
| 2025 | /* | 2024 | /* | 
| 2026 | * Check if a given pointer is valid | 2025 | * Check if a given pointer is valid | 
