Skip to content

Commit

Permalink
of: EXPORT_SYMBOL_GPL of_property_read_u64_array
Browse files Browse the repository at this point in the history
Make of_property_read_u64_array() available for modules as well. This was
missing from the patch which originally added the function.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Sakari Ailus authored and Rob Herring committed Feb 4, 2015
1 parent 851c63e commit 2d4c0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,7 @@ int of_property_read_u64_array(const struct device_node *np,
}
return 0;
}
EXPORT_SYMBOL_GPL(of_property_read_u64_array);

/**
* of_property_read_string - Find and read a string from a property
Expand Down

0 comments on commit 2d4c0ae

Please sign in to comment.