mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
soc: aspeed-lpc-ctrl: Fix driver name
Clarify the string now that it supports the AST2600 too. Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
4d1d81dbc9
commit
cd460be046
1 changed files with 1 additions and 1 deletions
|
@ -339,4 +339,4 @@ module_platform_driver(aspeed_lpc_ctrl_driver);
|
||||||
MODULE_DEVICE_TABLE(of, aspeed_lpc_ctrl_match);
|
MODULE_DEVICE_TABLE(of, aspeed_lpc_ctrl_match);
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_AUTHOR("Cyril Bur <cyrilbur@gmail.com>");
|
MODULE_AUTHOR("Cyril Bur <cyrilbur@gmail.com>");
|
||||||
MODULE_DESCRIPTION("Control for aspeed 2400/2500 LPC HOST to BMC mappings");
|
MODULE_DESCRIPTION("Control for ASPEED LPC HOST to BMC mappings");
|
||||||
|
|
Loading…
Reference in a new issue