Skip to content

Commit

Permalink
gpio: sx150x: Remove unnecessary MODULE_ALIAS()
Browse files Browse the repository at this point in the history
The driver has a I2C device id table that is used to create the module
aliases and also "sx150x" isn't a supported I2C id, so it's never used.

Signed-off-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
Javier Martinez Canillas authored and linusw committed Sep 14, 2015
1 parent 87e77e4 commit e799f35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpio/gpio-sx150x.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,4 +706,3 @@ module_exit(sx150x_exit);
MODULE_AUTHOR("Gregory Bean <[email protected]>");
MODULE_DESCRIPTION("Driver for Semtech SX150X I2C GPIO Expanders");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("i2c:sx150x");

0 comments on commit e799f35

Please sign in to comment.