kmem_cache_open is static so shouldn't be exported.

Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>

---
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to