Skip to content

Commit

Permalink
blackfin: fix build after add bf60x mach/pm.h
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
  • Loading branch information
Steven Miao authored and Bob Liu committed May 21, 2012
1 parent bda45b8 commit 672552a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/blackfin/include/asm/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#ifndef __PM_H__
#define __PM_H__

#include <mach/pm.h>
#include <linux/suspend.h>

struct bfin_cpu_pm_fns {
Expand Down
3 changes: 3 additions & 0 deletions arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
#include <asm/early_printk.h>
#include <asm/irq_handler.h>
#include <asm/pda.h>
#ifdef CONFIG_BF60x
#include <mach/pm.h>
#endif

u16 _bfin_swrst;
EXPORT_SYMBOL(_bfin_swrst);
Expand Down

0 comments on commit 672552a

Please sign in to comment.