hwtracing/coresight-etm3x: Convert to hotplug state machine
[deliverable/linux.git] / include / linux / zsmalloc.h
index 34eb16098a333317a3185a9c9109cb000cf5b41f..57a8e98f2708c8e65fb5433343c3a999d4f4dafc 100644 (file)
@@ -41,10 +41,10 @@ struct zs_pool_stats {
 
 struct zs_pool;
 
-struct zs_pool *zs_create_pool(const char *name, gfp_t flags);
+struct zs_pool *zs_create_pool(const char *name);
 void zs_destroy_pool(struct zs_pool *pool);
 
-unsigned long zs_malloc(struct zs_pool *pool, size_t size);
+unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t flags);
 void zs_free(struct zs_pool *pool, unsigned long obj);
 
 void *zs_map_object(struct zs_pool *pool, unsigned long handle,
This page took 0.038168 seconds and 5 git commands to generate.