[PATCH] slub: don't export static kmem_cache_open

From: Johannes Berg
Date: Thu Jul 05 2007 - 05:36:56 EST


kmem_cache_open is static so shouldn't be exported.

Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>

---
mm/slub.c | 1 -
1 file changed, 1 deletion(-)

--- wireless-dev.orig/mm/slub.c 2007-07-05 11:35:51.555640003 +0200
+++ wireless-dev/mm/slub.c 2007-07-05 11:36:03.895640003 +0200
@@ -2016,7 +2016,6 @@ error:
s->offset, flags);
return 0;
}
-EXPORT_SYMBOL(kmem_cache_open);

/*
* Check if a given pointer is valid


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/