diff options
| author | Andy Shevchenko <[email protected]> | 2018-09-04 14:26:22 +0300 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2018-09-18 16:37:19 -0700 |
| commit | e93ca9bbf3d8499fe4133052d1ae13e3c80dac51 (patch) | |
| tree | 77597ed249dfd8cdb90ace0e659e12740c7000d6 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 5458b7cec46a559786973b1a26ea6741e388304d (diff) | |
pinctrl: cherryview: Remove unused groups of pins
For the long time no one complained about unused groups of pins
for fSPI and SMBUS.
Remove them for good and at the same time satisfy compiler,
otherwise get warning:
CC drivers/pinctrl/intel/pinctrl-cherryview.o
drivers/pinctrl/intel/pinctrl-cherryview.c:285:23: warning: ‘southwest_smbus_pins’ defined but not used [-Wunused-const-variable=]
static const unsigned southwest_smbus_pins[] = { 79, 81, 82 };
^~~~~~~~~~~~~~~~~~~~
drivers/pinctrl/intel/pinctrl-cherryview.c:269:23: warning: ‘southwest_fspi_pins’ defined but not used [-Wunused-const-variable=]
static const unsigned southwest_fspi_pins[] = { 0, 1, 2, 3, 4, 5, 6, 7 };
^~~~~~~~~~~~~~~~~~~
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Mika Westerberg <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions