Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / include / linux / intel-svm.h
index c9e7e60..39d368a 100644 (file)
@@ -11,7 +11,7 @@
 struct device;
 
 struct svm_dev_ops {
-       void (*fault_cb)(struct device *dev, int pasid, u64 address,
+       void (*fault_cb)(struct device *dev, u32 pasid, u64 address,
                         void *private, int rwxp, int response);
 };