OSDN Git Service

pinctrl: intel: Move npins closer to pin_base in struct intel_community
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 21 Apr 2020 19:00:49 +0000 (22:00 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Apr 2020 11:20:00 +0000 (14:20 +0300)
commit6d649fca349155698ba4b8858b258a62003c5c54
treeee4513e9c33f31594f42e9fd33f3bf7d797f9f42
parent2ccb9cc3b4d8653603c302083848e7d44bc89b58
pinctrl: intel: Move npins closer to pin_base in struct intel_community

It's common across the drivers to use the (pin_base, npins) pair to describe
community characteristics. Thus, move them in the struct intel_community
to be closer to each other.

While at it, add a blank line to cut driver usable fields from what core
reserves for itself.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-intel.h