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>
This commit is contained in:
parent
c3000e031c
commit
d23cf676d0
1 changed files with 0 additions and 1 deletions
|
@ -2020,7 +2020,6 @@ error:
|
||||||
s->offset, flags);
|
s->offset, flags);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(kmem_cache_open);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if a given pointer is valid
|
* Check if a given pointer is valid
|
||||||
|
|
Loading…
Add table
Reference in a new issue