aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-04-13 08:46:58 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-15 11:04:07 -0700
commit31815c08fc90f44d6165034fd473f23df5d31449 (patch)
tree48be647acdf3b2e04268099739e1a29a13f1bac5 /include
parentserial: sccnxp: Do not override device name (diff)
downloadlinux-dev-31815c08fc90f44d6165034fd473f23df5d31449.tar.xz
linux-dev-31815c08fc90f44d6165034fd473f23df5d31449.zip
serial: sccnxp: Replace pdata.init/exit with regulator API
Typical usage of pdata.init/exit is enable/disable power and/or toggle reset for the target chip. This patch replaces these callbacks with regulator API. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/serial-sccnxp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/platform_data/serial-sccnxp.h b/include/linux/platform_data/serial-sccnxp.h
index 215574d1e81d..bdc510d03245 100644
--- a/include/linux/platform_data/serial-sccnxp.h
+++ b/include/linux/platform_data/serial-sccnxp.h
@@ -86,10 +86,6 @@ struct sccnxp_pdata {
const u32 mctrl_cfg[SCCNXP_MAX_UARTS];
/* Timer value for polling mode (usecs) */
const unsigned int poll_time_us;
- /* Called during startup */
- void (*init)(void);
- /* Called before finish */
- void (*exit)(void);
};
#endif