summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91sam9/clk.h
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-03-26 19:52:31 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-04-01 01:45:48 +0200
commit177e8a5ac81bbc531a1d54abdb47f2860266c3aa (patch)
treedcbf12a1bf2957bf42ffce4e3c1944afde6544fe /include/asm-arm/arch-at91sam9/clk.h
parent6d1dbbbf9fdf727384002e553e615c15d8b967f4 (diff)
downloadu-boot-imx-177e8a5ac81bbc531a1d54abdb47f2860266c3aa.zip
u-boot-imx-177e8a5ac81bbc531a1d54abdb47f2860266c3aa.tar.gz
u-boot-imx-177e8a5ac81bbc531a1d54abdb47f2860266c3aa.tar.bz2
Finish header files reworking
Replace AT91CAP9.h file with several splitted header files coming from the Linux kernel. This is part 2 of the replacement: more header imports and edits. Signed-off-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'include/asm-arm/arch-at91sam9/clk.h')
-rw-r--r--include/asm-arm/arch-at91sam9/clk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-at91sam9/clk.h b/include/asm-arm/arch-at91sam9/clk.h
index ca65a2a..86da9a6 100644
--- a/include/asm-arm/arch-at91sam9/clk.h
+++ b/include/asm-arm/arch-at91sam9/clk.h
@@ -28,12 +28,12 @@
static inline unsigned long get_macb_pclk_rate(unsigned int dev_id)
{
- return AT91C_MASTER_CLOCK;
+ return AT91_MASTER_CLOCK;
}
static inline unsigned long get_usart_clk_rate(unsigned int dev_id)
{
- return AT91C_MASTER_CLOCK;
+ return AT91_MASTER_CLOCK;
}
#endif /* __ASM_ARM_ARCH_CLK_H__ */