summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/board-mx6q_sabreauto.c
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2012-03-08 17:22:51 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:24:01 +0800
commit57a618571a2cd17485e2c22fa363a69c7c87e81a (patch)
treee9539e5c5b63c714ead3ea480e803704410f3fe5 /arch/arm/mach-mx6/board-mx6q_sabreauto.c
parenta894742ba78d2f65286cdd29ab8032f2abbf44a9 (diff)
ENGR00176812-3 i.mx6: sabreauto: move some declarations to common.h
Need move some declarations to common.h to avoid each user individully declare it in their own .c file. This can make the code clean and also avoid the duplication. Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/board-mx6q_sabreauto.c')
-rw-r--r--arch/arm/mach-mx6/board-mx6q_sabreauto.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabreauto.c b/arch/arm/mach-mx6/board-mx6q_sabreauto.c
index 427b82ab7299..fe5ec44379ba 100644
--- a/arch/arm/mach-mx6/board-mx6q_sabreauto.c
+++ b/arch/arm/mach-mx6/board-mx6q_sabreauto.c
@@ -127,18 +127,11 @@
#define SABREAUTO_USB_HOST1_PWR SABREAUTO_IO_EXP_GPIO2(7)
#define SABREAUTO_USB_OTG_PWR SABREAUTO_IO_EXP_GPIO3(2)
-void __init early_console_setup(unsigned long base, struct clk *clk);
static struct clk *sata_clk;
static int mipi_sensor;
static int uart2_en;
static int can0_enable;
-extern struct regulator *(*get_cpu_regulator)(void);
-extern void (*put_cpu_regulator)(void);
-extern char *gp_reg_id;
-extern void mx6_cpu_regulator_init(void);
-extern int __init mx6q_sabreauto_init_pfuze100(u32 int_gpio);
-
static iomux_v3_cfg_t mx6q_sabreauto_pads[] = {
/* UART4 for debug */