commit | 59d70df025473931c500d6d60510798e4bfa3279 | [log] [tgz] |
---|---|---|
author | eric miao <eric.y.miao@gmail.com> | Sun Jan 27 18:14:46 2008 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun Jan 27 18:14:46 2008 +0100 |
tree | 8b434d43a66e690755eaa07daf0bb9b147ac92f7 | |
parent | 7e8b99251be8b6f992baa88e3a6ba3c4ae01660b [diff] |
i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x remove #ifdef CONFIG_PXA27x .. #endif and use cpu_is_pxaXXXX() macros so that a single binary can support PXA25x/PXA27x/PXA3xx at run-time. Signed-off-by: eric miao <eric.miao@marvell.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>