aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/touchscreen/tsc2005.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c
index 8c2e02402f32..2435235db627 100644
--- a/drivers/input/touchscreen/tsc2005.c
+++ b/drivers/input/touchscreen/tsc2005.c
@@ -702,7 +702,6 @@ static struct spi_driver tsc2005_driver = {
702 702
703static int __init tsc2005_init(void) 703static int __init tsc2005_init(void)
704{ 704{
705 printk(KERN_INFO "TSC2005 driver initializing\n");
706 return spi_register_driver(&tsc2005_driver); 705 return spi_register_driver(&tsc2005_driver);
707} 706}
708module_init(tsc2005_init); 707module_init(tsc2005_init);