~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/arm/mach-exynos4/mach-smdkv310.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
};
79
79
 
80
80
static struct s3c_sdhci_platdata smdkv310_hsmmc0_pdata __initdata = {
81
 
        .cd_type                = S3C_SDHCI_CD_GPIO,
82
 
        .ext_cd_gpio            = EXYNOS4_GPK0(2),
83
 
        .ext_cd_gpio_invert     = 1,
 
81
        .cd_type                = S3C_SDHCI_CD_INTERNAL,
84
82
        .clk_type               = S3C_SDHCI_CLK_DIV_EXTERNAL,
85
83
#ifdef CONFIG_EXYNOS4_SDHCI_CH0_8BIT
86
84
        .max_width              = 8,
96
94
};
97
95
 
98
96
static struct s3c_sdhci_platdata smdkv310_hsmmc2_pdata __initdata = {
99
 
        .cd_type                = S3C_SDHCI_CD_GPIO,
100
 
        .ext_cd_gpio            = EXYNOS4_GPK2(2),
101
 
        .ext_cd_gpio_invert     = 1,
 
97
        .cd_type                = S3C_SDHCI_CD_INTERNAL,
102
98
        .clk_type               = S3C_SDHCI_CLK_DIV_EXTERNAL,
103
99
#ifdef CONFIG_EXYNOS4_SDHCI_CH2_8BIT
104
100
        .max_width              = 8,