Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Uwe Kleine-König and committed by
Dmitry Torokhov
79026ff2 f1823940

+1 -3
+1 -3
drivers/input/touchscreen/tps6507x-ts.c
··· 1 1 /* 2 - * drivers/input/touchscreen/tps6507x_ts.c 3 - * 4 2 * Touchscreen driver for the tps6507x chip. 5 3 * 6 4 * Copyright (c) 2009 RidgeRun (todd.fischer@ridgerun.com) ··· 374 376 MODULE_AUTHOR("Todd Fischer <todd.fischer@ridgerun.com>"); 375 377 MODULE_DESCRIPTION("TPS6507x - TouchScreen driver"); 376 378 MODULE_LICENSE("GPL v2"); 377 - MODULE_ALIAS("platform:tps6507x-tsc"); 379 + MODULE_ALIAS("platform:tps6507x-ts");