]> rtime.felk.cvut.cz Git - linux-imx.git/commit
misc: arm-charlcd: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 5 Mar 2013 02:02:21 +0000 (11:02 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:10:49 +0000 (11:10 -0700)
commit0c75948249a05ebfa3214aaf5b8247ec919c30ac
tree54aeaa2dc3b2fa28e30cf276f8daff581c517987
parent9f7345b7a7cbf4c78a8161cba21de1772d5ad56e
misc: arm-charlcd: use module_platform_driver_probe()

This patch uses module_platform_driver_probe() macro which makes
the code smaller and simpler.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/arm-charlcd.c