drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_clock_gating
[linux-2.6/btrfs-unstable.git] / arch / arm / mach-highbank / core.h
blob7ec5edcd1336c06e7718517ce8fc9cc5b8ef213d
1 #ifndef __HIGHBANK_CORE_H
2 #define __HIGHBANK_CORE_H
4 #include <linux/reboot.h>
6 extern void highbank_restart(enum reboot_mode, const char *);
7 extern void __iomem *scu_base_addr;
9 #ifdef CONFIG_PM_SLEEP
10 extern void highbank_pm_init(void);
11 #else
12 static inline void highbank_pm_init(void) {}
13 #endif
15 extern void highbank_smc1(int fn, int arg);
17 #endif