Input: ipaq-micro-ts - fix DEFINE_SIMPLE_DEV_PM_OPS typo
authorArnd Bergmann <arnd@arndb.de>
Tue, 17 Jan 2023 16:45:33 +0000 (17:45 +0100)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 27 Jan 2023 22:52:06 +0000 (14:52 -0800)
commitac8810d2b6390df57f09c797b128e4eafe6c7332
tree7be5ccf0f341bfdee0bde7e6323b4c00ef04e263
parent47e79d310928ee21c0718cff5058251cd2dc71c0
Input: ipaq-micro-ts - fix DEFINE_SIMPLE_DEV_PM_OPS typo

The previous change was not properly build tested and needs
a trivial spelling change:

ipaq-micro-ts.c:146:8: error: type defaults to 'int' in declaration of 'DEFINE_SIMPLE_DEV_PM' [-Werror=implicit-int]

Fixes: 144ff5e03d74 ("Input: ipaq-micro-ts - use DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20230117164539.1631336-1-arnd@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ipaq-micro-ts.c