]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial/samsung: prepare for common clock API
authorArnd Bergmann <arnd@arndb.de>
Thu, 11 Apr 2013 00:04:47 +0000 (02:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2013 20:14:36 +0000 (13:14 -0700)
commit4ebc0a2e3b917934f1473a01947748e5e0f32b3f
tree9fe620e0a08d4878aa3969f57428850c8b2fd51c
parentdc8158e2fb99575c50a21f60caaf10626ae0097d
tty: serial/samsung: prepare for common clock API

With the common clock interface, there is no way to provide the
"clock_source" sysfs attribute for the samsung serial ports. Given that
this file was purely informational and had fixed contents, we have reason
to believe that no user space programs were relying on it.

The sysfs file is not documented in the ABI docs.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/samsung.c