mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver"
Now i.MX SPI controller can work in Slave mode. Update MODULE_DESCRIPTION to "SPI Controller driver". Signed-off-by: wangbo <wang.bo116@zte.com.cn> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e241e3f2bf
commit
af82800cd2
1 changed files with 1 additions and 1 deletions
|
@ -1701,7 +1701,7 @@ static struct platform_driver spi_imx_driver = {
|
|||
};
|
||||
module_platform_driver(spi_imx_driver);
|
||||
|
||||
MODULE_DESCRIPTION("SPI Master Controller driver");
|
||||
MODULE_DESCRIPTION("SPI Controller driver");
|
||||
MODULE_AUTHOR("Sascha Hauer, Pengutronix");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("platform:" DRIVER_NAME);
|
||||
|
|
Loading…
Add table
Reference in a new issue