Commit 9aa87599 authored by Tomas Winkler's avatar Tomas Winkler Committed by Lee Jones

mfd: Constify properties in mfd_cell

Constify 'struct property_entry *properties' in mfd_cell.
It is always passed around as a pointer const struct.
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 8d7de077
......@@ -70,7 +70,7 @@ struct mfd_cell {
size_t pdata_size;
/* device properties passed to the sub devices drivers */
struct property_entry *properties;
const struct property_entry *properties;
/*
* Device Tree compatible string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment