commit | c7a949766fd24546b15af1d6f4bb57fddeec5558 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Oct 10 13:41:36 2019 +0300 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Oct 15 10:55:11 2019 +0300 |
tree | a6292b87ba255065458c6437781607611ea024a0 | |
parent | 8c7d9ec8a470c39254dd0f64293545dcc86189d5 [diff] |
platform/x86: huawei-wmi: No need to keep pointer to platform device There is no need to keep a pointer to the platform device. Currently there are no users of it directly, and if there will be in the future we may restore it from pointer to the struct device. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>