1
0
Fork 0

of: EXPORT_SYMBOL_GPL of_property_read_u64_array

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>
wifi-calibration
Sakari Ailus 2015-01-27 12:26:35 +02:00 committed by Rob Herring
parent 851c63e3b3
commit 2d4c0aef0f
1 changed files with 1 additions and 0 deletions

View File

@ -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