zram: remove max_comp_streams internals
[cascardo/linux.git] / drivers / block / zram / zcomp.c
index bc98d5e..b51a816 100644 (file)
@@ -95,11 +95,6 @@ bool zcomp_available_algorithm(const char *comp)
        return find_backend(comp) != NULL;
 }
 
-bool zcomp_set_max_streams(struct zcomp *comp, int num_strm)
-{
-       return true;
-}
-
 struct zcomp_strm *zcomp_strm_find(struct zcomp *comp)
 {
        return *get_cpu_ptr(comp->stream);