summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-janz-ttl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-janz-ttl.c')
-rw-r--r--drivers/gpio/gpio-janz-ttl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-janz-ttl.c b/drivers/gpio/gpio-janz-ttl.c
index 29ffe22ad97a..3a1664335f5e 100644
--- a/drivers/gpio/gpio-janz-ttl.c
+++ b/drivers/gpio/gpio-janz-ttl.c
@@ -203,7 +203,6 @@ static int ttl_remove(struct platform_device *pdev)
203static struct platform_driver ttl_driver = { 203static struct platform_driver ttl_driver = {
204 .driver = { 204 .driver = {
205 .name = DRV_NAME, 205 .name = DRV_NAME,
206 .owner = THIS_MODULE,
207 }, 206 },
208 .probe = ttl_probe, 207 .probe = ttl_probe,
209 .remove = ttl_remove, 208 .remove = ttl_remove,