]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: pxa: reduce the scope of get_memclk_frequency_10khz()
authorHaojian Zhuang <haojian.zhuang@gmail.com>
Mon, 20 Sep 2010 00:10:13 +0000 (20:10 -0400)
committerEric Miao <eric.y.miao@gmail.com>
Sat, 9 Oct 2010 09:07:31 +0000 (17:07 +0800)
commit799929d7048b3ec0086ed525ed7ccf6f2b8ecda6
tree7d34e312c6385f2971e930a30dedc091a43224bf
parentecf89b8a9189462480086f72791eb41f8aa09bfd
ARM: pxa: reduce the scope of get_memclk_frequency_10khz()

Up to now, only pxa2xx pcmcia driver is using the API. No other device driver
is using this API in PXA3xx or any other PXA silicons.

Restrict the scope only on pxa2xx and remove the implementation of pxa3xx. So
we can avoid oo much checking on cpuid after more pxa chips supported.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Cc: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/generic.c
arch/arm/mach-pxa/generic.h
arch/arm/mach-pxa/pxa3xx.c