diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2013-08-12 11:26:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-12 20:00:51 -0400 |
commit | 2f1603c6fa72ab7b607b8b44a98e459177bc1651 (patch) | |
tree | c5d8710ac2ea627d3576e2749b1038ab93be79fc | |
parent | d4e4ab86bcba5a72779c43dc1459f71fea3d89c8 (diff) |
spi-topcliff-pch: Add MODULE_DEVICE_TABLE
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/spi/spi-topcliff-pch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/spi-topcliff-pch.c b/drivers/spi/spi-topcliff-pch.c index dd55707a6aa5..eaeeed51bbbf 100644 --- a/drivers/spi/spi-topcliff-pch.c +++ b/drivers/spi/spi-topcliff-pch.c | |||
@@ -1797,3 +1797,5 @@ MODULE_PARM_DESC(use_dma, | |||
1797 | 1797 | ||
1798 | MODULE_LICENSE("GPL"); | 1798 | MODULE_LICENSE("GPL"); |
1799 | MODULE_DESCRIPTION("Intel EG20T PCH/LAPIS Semiconductor ML7xxx IOH SPI Driver"); | 1799 | MODULE_DESCRIPTION("Intel EG20T PCH/LAPIS Semiconductor ML7xxx IOH SPI Driver"); |
1800 | MODULE_DEVICE_TABLE(pci, pch_spi_pcidev_id); | ||
1801 | |||