[amazon] export amazon_get_cpu_hz
authorHauke Mehrtens <hauke@openwrt.org>
Sun, 31 Jan 2010 15:14:14 +0000 (15:14 +0000)
committerHauke Mehrtens <hauke@openwrt.org>
Sun, 31 Jan 2010 15:14:14 +0000 (15:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19460 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/amazon/files/arch/mips/amazon/setup.c
target/linux/amazon/files/drivers/serial/amazon_asc.c
target/linux/amazon/files/drivers/watchdog/amazon_wdt.c
target/linux/amazon/files/include/asm-mips/amazon/amazon.h

index f3ebdbf..ff1a109 100644 (file)
@@ -86,6 +86,7 @@ unsigned int amazon_get_fpi_hz(void)
                /* '11' is reserved */
        }
 }
+EXPORT_SYMBOL(amazon_get_fpi_hz);
 
 /* this doesn't really belong here, but it's a convenient location */
 unsigned int amazon_get_cpu_ver(void)
index a32d979..4492086 100644 (file)
@@ -71,7 +71,6 @@ static void amazonasc_tx_chars(struct uart_port *port);
 static struct uart_port amazonasc_ports[UART_NR];
 static struct uart_driver amazonasc_reg;
 static unsigned int uartclk = 0;
-extern unsigned int amazon_get_fpi_hz(void);
 
 static void amazonasc_stop_tx(struct uart_port *port)
 {
index 6e1eb79..fcf1649 100644 (file)
@@ -44,7 +44,6 @@
 
 #undef AMAZON_WDT_DEBUG 
 
-extern unsigned int amazon_get_fpi_hz(void);
 static int amazon_wdt_isopen = 0;
 
 #ifdef AMAZON_WDT_DEBUG
index 1ec3c3b..28af7f5 100644 (file)
@@ -29,6 +29,8 @@
 #define amazon_writel(a,b)                             __raw_writel(a, ((u32*)(b)))
 #define amazon_writel_masked(a,b,c)            __raw_writel((__raw_readl(((u32*)(a))) & ~b) | (c & b), ((u32*)(a)))
 
+unsigned int amazon_get_fpi_hz(void);
+
 #define IOPORT_RESOURCE_START          0x10000000
 #define IOPORT_RESOURCE_END            0xffffffff
 #define IOMEM_RESOURCE_START           0x10000000