diff options
Diffstat (limited to 'drivers/gpio/mcp23s08.c')
-rw-r--r-- | drivers/gpio/mcp23s08.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/mcp23s08.c b/drivers/gpio/mcp23s08.c index f6fae0e50e65..c6c7aa15f5da 100644 --- a/drivers/gpio/mcp23s08.c +++ b/drivers/gpio/mcp23s08.c | |||
@@ -433,3 +433,4 @@ static void __exit mcp23s08_exit(void) | |||
433 | module_exit(mcp23s08_exit); | 433 | module_exit(mcp23s08_exit); |
434 | 434 | ||
435 | MODULE_LICENSE("GPL"); | 435 | MODULE_LICENSE("GPL"); |
436 | MODULE_ALIAS("spi:mcp23s08"); | ||