Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / include / linux / fwnode.h
index 4fe8f289b3f6f01d3b5ad94676e2239d208e5229..faebf0ca0686ce05bab67aa242767c8cdf098d39 100644 (file)
@@ -45,7 +45,7 @@ struct fwnode_endpoint {
 struct fwnode_reference_args {
        struct fwnode_handle *fwnode;
        unsigned int nargs;
-       unsigned int args[NR_FWNODE_REFERENCE_ARGS];
+       u64 args[NR_FWNODE_REFERENCE_ARGS];
 };
 
 /**