diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-07 12:02:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-07 12:02:26 +0100 |
commit | dabefd56c6ee883bae0bdce4d5396c3f21286ab8 (patch) | |
tree | 2f629a4cfa71276b4afe947232f934f9b0887e7d /include/linux | |
parent | 3b3a80019ff194e86e740ec2f013a8915efd1ccf (diff) | |
parent | 2fe7e4add3e53df7c1b97e32076f8390dd81c6b3 (diff) |
Merge remote-tracking branch 'spi/topic/devm' into spi-qspi
Conflicts:
drivers/spi/spi-ti-qspi.c
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/spi/spi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 887116dbce2..4d634d66ba0 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -434,6 +434,8 @@ extern struct spi_master * spi_alloc_master(struct device *host, unsigned size); extern int spi_register_master(struct spi_master *master); +extern int devm_spi_register_master(struct device *dev, + struct spi_master *master); extern void spi_unregister_master(struct spi_master *master); extern struct spi_master *spi_busnum_to_master(u16 busnum); |