diff options
author | Will Deacon <will.deacon@arm.com> | 2013-02-01 05:17:02 -0500 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-02-01 05:17:02 -0500 |
commit | d954896edb658cf72dd069d92b5235c06521ffab (patch) | |
tree | fe8b798176191c681c6b2fa1c81aa55dc98568dc /include/linux/mfd/rtsx_common.h | |
parent | 949db153b6466c6f7cad5a427ecea94985927311 (diff) | |
parent | 12ad10004645d38356b14d1fbba379c523a61916 (diff) |
Merge branch 'timers/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-rmk/broadcast
Diffstat (limited to 'include/linux/mfd/rtsx_common.h')
-rw-r--r-- | include/linux/mfd/rtsx_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/rtsx_common.h b/include/linux/mfd/rtsx_common.h index a8d393e3066b..2b13970596f5 100644 --- a/include/linux/mfd/rtsx_common.h +++ b/include/linux/mfd/rtsx_common.h | |||
@@ -38,6 +38,9 @@ | |||
38 | #define RTSX_SD_CARD 0 | 38 | #define RTSX_SD_CARD 0 |
39 | #define RTSX_MS_CARD 1 | 39 | #define RTSX_MS_CARD 1 |
40 | 40 | ||
41 | #define CLK_TO_DIV_N 0 | ||
42 | #define DIV_N_TO_CLK 1 | ||
43 | |||
41 | struct platform_device; | 44 | struct platform_device; |
42 | 45 | ||
43 | struct rtsx_slot { | 46 | struct rtsx_slot { |