commit | dd54a8daed01a9efcf1a85356e558c869412ec2d | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Thu May 13 13:02:25 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Jul 26 04:31:54 2021 -0400 |
tree | ddcb258a8b4b6f5d75d9bd1993904ed92d29ec12 | |
parent | 7d07a941faf49d4f8d5b4fc35a9acfde71b1e3f3 [diff] |
pm: Avoid weak function clash SoC hooks are defined as weak functions for the case where they are not implemented by a SoC. The problem that may happen is when an application define it as weak as well. In this case, no compilation error is issued but the version that will be used depends on the build order. Just remove the weak placeholder implementation. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>