commit | 8673e944b50ec6e5afd4f599cf12b2798b629f3d | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Feb 05 11:48:28 2020 +0200 |
committer | Enric Balletbo i Serra <enric.balletbo@collabora.com> | Tue Feb 11 10:32:50 2020 +0100 |
tree | bb8de5a2db0a59a4ea1813e38044ba7eda208562 | |
parent | 2b63eb961ade6c47132d649ec89a48e18754e169 [diff] |
platform/chrome: wilco_ec: Platform data shouldn't include kernel.h Replace with appropriate types.h. Also there is no need to include device.h, but mutex.h. For the pointers to unknown structures use forward declarations. In the *.c files we need to include all headers that provide APIs being used in the module. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>