summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-pxa/pxa.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2011-11-26 11:18:57 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:33 +0100
commitf68d2a222f0c37e281d28888add34ae263be6777 (patch)
treeff30917d221b816d2345b19f30b2b221068527af /arch/arm/include/asm/arch-pxa/pxa.h
parent4438a45f4d6abd4b65998dd76528c4705b93b4b5 (diff)
downloadtalos-obmc-uboot-f68d2a222f0c37e281d28888add34ae263be6777.tar.gz
talos-obmc-uboot-f68d2a222f0c37e281d28888add34ae263be6777.zip
PXA: Rename pxa_dram_init to pxa2xx_dram_init
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-pxa/pxa.h')
-rw-r--r--arch/arm/include/asm/arch-pxa/pxa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-pxa/pxa.h b/arch/arm/include/asm/arch-pxa/pxa.h
index 050b3cd8d8..49c6552c57 100644
--- a/arch/arm/include/asm/arch-pxa/pxa.h
+++ b/arch/arm/include/asm/arch-pxa/pxa.h
@@ -24,6 +24,6 @@
int cpu_is_pxa25x(void);
int cpu_is_pxa27x(void);
-void pxa_dram_init(void);
+void pxa2xx_dram_init(void);
#endif /* __PXA_H__ */
OpenPOWER on IntegriCloud