diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2016-09-29 09:45:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-29 11:00:41 -0700 |
commit | 089bd46d8bc1fe5a28351e82e4adcaa5a40121b5 (patch) | |
tree | 60c7f3cd25bfdaf2dc17a5ba3529a2f645907698 /sound/pci | |
parent | 99f499cd650405bbe6a9b5386d4b11ee81514fb7 (diff) |
spi: pxa2xx: Fix build error because of missing header
Kbuild test robot reports:
drivers/spi/spi-pxa2xx.c: In function ‘setup_cs’:
drivers/spi/spi-pxa2xx.c:1190:20: error: implicit declaration of function ‘desc_to_gpio’
...
Reason for this is the fact that those functions are declared in
linux/gpio/consumer.h which is not included in the driver. Fix this by
including it.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/pci')
0 files changed, 0 insertions, 0 deletions