aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-16 19:59:54 -0400
committerMark Brown <broonie@linaro.org>2013-09-16 19:59:54 -0400
commitfbce71cae72f9f8fd1f2d00e0d47d6cc5f74e2e1 (patch)
treea883297030b85f1fca55bd6b3c787d9f0753c999 /include/linux/spi/spi.h
parent50c959fc3366693174cdf3f1c82d0c01bbee926f (diff)
parent666d5b4c742ba666eb68b467d777b7862f362ae5 (diff)
Merge remote-tracking branch 'spi/topic/devm' into spi-s3c64xx
Diffstat (limited to 'include/linux/spi/spi.h')
-rw-r--r--include/linux/spi/spi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h
index 887116dbce2c..4d634d66ba0b 100644
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
@@ -434,6 +434,8 @@ extern struct spi_master *
434spi_alloc_master(struct device *host, unsigned size); 434spi_alloc_master(struct device *host, unsigned size);
435 435
436extern int spi_register_master(struct spi_master *master); 436extern int spi_register_master(struct spi_master *master);
437extern int devm_spi_register_master(struct device *dev,
438 struct spi_master *master);
437extern void spi_unregister_master(struct spi_master *master); 439extern void spi_unregister_master(struct spi_master *master);
438 440
439extern struct spi_master *spi_busnum_to_master(u16 busnum); 441extern struct spi_master *spi_busnum_to_master(u16 busnum);