aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common/icst.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: ICST: kill duplicate icst codeRussell King2010-05-021-0/+100
The only difference between ICST307 and ICST525 are the two arrays for calculating the S parameter; the code is now identical. Merge the two files and kill the duplicated code. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>