serial: max310x: Remove init() and exit() callbacks
authorAlexander Shiyan <shc_work@mail.ru>
Fri, 7 Feb 2014 14:16:05 +0000 (18:16 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 17:33:04 +0000 (09:33 -0800)
commit1e6128b63597adf97f1865fba7d778a6f8ccb7a0
tree3f47e01014d93cd9db0f3aa52f037a31ca40a482
parente97e15561cd885926f78200a1e75e713172da60e
serial: max310x: Remove init() and exit() callbacks

These callbacks were previously used for the IC power initialization.
If this initialization will be needed in the future, it should be
implemented with the regulator API.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c
include/linux/platform_data/max310x.h
This page took 0.02929 seconds and 5 git commands to generate.