KVM: x86: remove data variable from kvm_get_msr_common
[firefly-linux-kernel-4.4.55.git] / mm / zsmalloc.c
index c76624080f9c94f12e7c8c8d3f5c265a4f73d3a2..0a7f81aa2249c2c9925cceadd4737ec8c88bf259 100644 (file)
@@ -309,7 +309,8 @@ static void record_obj(unsigned long handle, unsigned long obj)
 
 #ifdef CONFIG_ZPOOL
 
-static void *zs_zpool_create(char *name, gfp_t gfp, struct zpool_ops *zpool_ops)
+static void *zs_zpool_create(char *name, gfp_t gfp, struct zpool_ops *zpool_ops,
+                            struct zpool *zpool)
 {
        return zs_create_pool(name, gfp);
 }