Skip to content

Commit

Permalink
Input: cyttsp-spi - remove duplicate MODULE_ALIAS()
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Dmitry Torokhov committed Feb 17, 2013
1 parent 938789f commit 005a69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/touchscreen/cyttsp_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ static struct spi_driver cyttsp_spi_driver = {

module_spi_driver(cyttsp_spi_driver);

MODULE_ALIAS("spi:cyttsp");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Cypress TrueTouch(R) Standard Product (TTSP) SPI driver");
MODULE_AUTHOR("Cypress");
Expand Down

0 comments on commit 005a69d

Please sign in to comment.