Skip to content

Commit

Permalink
iio: proximity: as3935: remove redundant MODULE_ALIAS
Browse files Browse the repository at this point in the history
MODULE_ALIAS isn't needed since the module name is the same as the alias
defined.

Signed-off-by: Matt Ranostay <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
mranostay authored and jic23 committed May 29, 2016
1 parent 0aea7ac commit 90e9a95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/proximity/as3935.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,3 @@ module_spi_driver(as3935_driver);
MODULE_AUTHOR("Matt Ranostay <[email protected]>");
MODULE_DESCRIPTION("AS3935 lightning sensor");
MODULE_LICENSE("GPL");
MODULE_ALIAS("spi:as3935");

0 comments on commit 90e9a95

Please sign in to comment.