drm: Fix authentication kernel crash
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-prima2 / common.h
blob83e5d2128118487d77a8c1215e1b4ee792a1645f
1 /*
2 * This file contains common function prototypes to avoid externs in the c files.
4 * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
6 * Licensed under GPLv2 or later.
7 */
9 #ifndef __MACH_PRIMA2_COMMON_H__
10 #define __MACH_PRIMA2_COMMON_H__
12 #include <linux/init.h>
13 #include <asm/mach/time.h>
15 extern struct sys_timer sirfsoc_timer;
17 extern void __init sirfsoc_of_irq_init(void);
18 extern void __init sirfsoc_of_clk_init(void);
20 #ifndef CONFIG_DEBUG_LL
21 static inline void sirfsoc_map_lluart(void) {}
22 #else
23 extern void __init sirfsoc_map_lluart(void);
24 #endif
26 #endif