projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e2e97
)
spi/qspi: Fix device table entry
author
Sourav Poddar
<sourav.poddar@ti.com>
Tue, 27 Aug 2013 07:11:20 +0000
(12:41 +0530)
committer
Mark Brown
<broonie@linaro.org>
Tue, 27 Aug 2013 13:30:20 +0000
(14:30 +0100)
Fix module device table entry. Without this, there will
be a build failure while trying to build qspi as a module.
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-ti-qspi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-ti-qspi.c
b/drivers/spi/spi-ti-qspi.c
index c07e04170b910dc28363f605ffa919d0adba1c05..79081d9b321323b6dc5050aea353fac914b2f899 100644
(file)
--- a/
drivers/spi/spi-ti-qspi.c
+++ b/
drivers/spi/spi-ti-qspi.c
@@
-455,7
+455,7
@@
static const struct of_device_id ti_qspi_match[] = {
{.compatible = "ti,dra7xxx-qspi" },
{},
};
-MODULE_DEVICE_TABLE(of,
dra7xxx
_qspi_match);
+MODULE_DEVICE_TABLE(of,
ti
_qspi_match);
static int ti_qspi_probe(struct platform_device *pdev)
{