diff options
author | Shiraz Hashim <shiraz.hashim@st.com> | 2012-08-29 20:27:36 +0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-26 15:25:31 +0400 |
commit | 3e270ba6e9158f0958e46a606cbeb14ddaf6979b (patch) | |
tree | 405dfa4d64540903ed27dee7a3564a7fcb7573ec /arch/arm/mach-spear13xx/spear1310.c | |
parent | 07e812a0aeaaf21a23b3db5048a65c7042248321 (diff) | |
download | linux-3e270ba6e9158f0958e46a606cbeb14ddaf6979b.tar.xz |
ARM: SPEAr13xx: Remove fields not required for ssp controller
Few fields are not required to be programmed in platform data of spi controller
now, as it comes via DT. Remove them.
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear13xx/spear1310.c')
-rw-r--r-- | arch/arm/mach-spear13xx/spear1310.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-spear13xx/spear1310.c b/arch/arm/mach-spear13xx/spear1310.c index 593a756dc7f7..451f3b1867b0 100644 --- a/arch/arm/mach-spear13xx/spear1310.c +++ b/arch/arm/mach-spear13xx/spear1310.c @@ -34,9 +34,7 @@ /* ssp device registration */ static struct pl022_ssp_controller ssp1_plat_data = { - .bus_id = 0, .enable_dma = 0, - .num_chipselect = 3, }; /* Add SPEAr1310 auxdata to pass platform data */ |