aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/rtsx_pcr.h
diff options
context:
space:
mode:
authorRoger Tseng <rogerable@realtek.com>2013-04-19 21:52:42 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-11 19:27:51 +0200
commit9032eabdd3fcfc00aa513a9eef54002cbabb8c9a (patch)
treeb89461e4787f47f09ff632c78db97d0856e249ca /drivers/mfd/rtsx_pcr.h
parentmfd: sec-core: Remove explicit call to mfd_remove_devices (diff)
downloadlinux-dev-9032eabdd3fcfc00aa513a9eef54002cbabb8c9a.tar.xz
linux-dev-9032eabdd3fcfc00aa513a9eef54002cbabb8c9a.zip
mfd: rtsx: Add support for RTL8411B
Adding support of model RTL8411B. Since the model is similar to RTL8411, differences are implemented in rtl8411.c. Signed-off-by: Roger Tseng <rogerable@realtek.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/rtsx_pcr.h')
-rw-r--r--drivers/mfd/rtsx_pcr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/rtsx_pcr.h b/drivers/mfd/rtsx_pcr.h
index 55fcfc25c4e4..c0cac7e8972f 100644
--- a/drivers/mfd/rtsx_pcr.h
+++ b/drivers/mfd/rtsx_pcr.h
@@ -33,5 +33,6 @@ void rts5229_init_params(struct rtsx_pcr *pcr);
void rtl8411_init_params(struct rtsx_pcr *pcr);
void rts5227_init_params(struct rtsx_pcr *pcr);
void rts5249_init_params(struct rtsx_pcr *pcr);
+void rtl8411b_init_params(struct rtsx_pcr *pcr);
#endif