memblock: remove memblock_{set,clear}_region_flags
[sfrench/cifs-2.6.git] / include / linux / intel-svm.h
index 99bc5b3ae26e1622f07558c52510c5e351e3cad6..e3f76315ca4d90882a1d3d957f96a985254b67a2 100644 (file)
@@ -20,7 +20,7 @@ struct device;
 
 struct svm_dev_ops {
        void (*fault_cb)(struct device *dev, int pasid, u64 address,
-                        u32 private, int rwxp, int response);
+                        void *private, int rwxp, int response);
 };
 
 /* Values for rxwp in fault_cb callback */