Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79026ff2 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Dmitry Torokhov
Browse files

Input: tps6507x-ts - fix MODULE_ALIAS to match driver name



This is needed to make module auto loading work.

[dtor@mail.ru: remove file name from comment]
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent f1823940
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
/*
 * drivers/input/touchscreen/tps6507x_ts.c
 *
 * Touchscreen driver for the tps6507x chip.
 *
 * Copyright (c) 2009 RidgeRun (todd.fischer@ridgerun.com)
@@ -376,4 +374,4 @@ module_platform_driver(tps6507x_ts_driver);
MODULE_AUTHOR("Todd Fischer <todd.fischer@ridgerun.com>");
MODULE_DESCRIPTION("TPS6507x - TouchScreen driver");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:tps6507x-tsc");
MODULE_ALIAS("platform:tps6507x-ts");