Commit 672552ad authored by Steven Miao's avatar Steven Miao Committed by Bob Liu

blackfin: fix build after add bf60x mach/pm.h

Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent bda45b8f
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#ifndef __PM_H__ #ifndef __PM_H__
#define __PM_H__ #define __PM_H__
#include <mach/pm.h>
#include <linux/suspend.h> #include <linux/suspend.h>
struct bfin_cpu_pm_fns { struct bfin_cpu_pm_fns {
......
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
#include <asm/early_printk.h> #include <asm/early_printk.h>
#include <asm/irq_handler.h> #include <asm/irq_handler.h>
#include <asm/pda.h> #include <asm/pda.h>
#ifdef CONFIG_BF60x
#include <mach/pm.h>
#endif
u16 _bfin_swrst; u16 _bfin_swrst;
EXPORT_SYMBOL(_bfin_swrst); EXPORT_SYMBOL(_bfin_swrst);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment