commit | 9677e6f78f75470318f021d0ac43107ffee62dc0 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Mar 01 16:42:20 2021 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Apr 14 16:06:09 2021 +0100 |
tree | 48b6ffb12d81c0ae90ea0a047e819798db9c3421 | |
parent | 42e59982917a25ad254b74e6e8decee5e684763d [diff] |
mfd: intel-lpss: Constify device property structures There is no point to have non-constant device properties in this driver. Thus, constify them for good. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>