diff options
Diffstat (limited to 'drivers/gpio/gpio-janz-ttl.c')
| -rw-r--r-- | drivers/gpio/gpio-janz-ttl.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-janz-ttl.c b/drivers/gpio/gpio-janz-ttl.c index 813ac077e5d..6f7fda0b61a 100644 --- a/drivers/gpio/gpio-janz-ttl.c +++ b/drivers/gpio/gpio-janz-ttl.c @@ -201,8 +201,6 @@ static int __devinit ttl_probe(struct platform_device *pdev)  		goto out_iounmap_regs;  	} -	dev_info(&pdev->dev, "module %d: registered GPIO device\n", -			     pdata->modno);  	return 0;  out_iounmap_regs:  |