]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
iio: proximity: as3935: remove redundant MODULE_ALIAS
authorMatt Ranostay <mranostay@gmail.com>
Tue, 24 May 2016 06:27:30 +0000 (23:27 -0700)
committerJonathan Cameron <jic23@kernel.org>
Sun, 29 May 2016 19:09:43 +0000 (20:09 +0100)
MODULE_ALIAS isn't needed since the module name is the same as the alias
defined.

Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/proximity/as3935.c

index f4d29d5dbd5f88d6e5edffef142e86db30076d44..c12fde23c7efc015480d05d4952e67ac9b95c4b0 100644 (file)
@@ -461,4 +461,3 @@ module_spi_driver(as3935_driver);
 MODULE_AUTHOR("Matt Ranostay <mranostay@gmail.com>");
 MODULE_DESCRIPTION("AS3935 lightning sensor");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("spi:as3935");