summaryrefslogtreecommitdiff
path: root/include/asm-blackfin/machdep.h
diff options
context:
space:
mode:
authorAubrey.Li <aubrey.adi@gmail.com>2007-03-09 05:38:44 (GMT)
committerAubrey.Li <aubrey.adi@gmail.com>2007-03-09 05:38:44 (GMT)
commit3f0606ad0b5639f7f22848fe5b4574e754d0470f (patch)
tree3cb4fd316134b6a176607ad61739720aeb971a5a /include/asm-blackfin/machdep.h
parenteb92f613556800f7483666db09d9a237ad911d4a (diff)
downloadu-boot-3f0606ad0b5639f7f22848fe5b4574e754d0470f.tar.xz
[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
Diffstat (limited to 'include/asm-blackfin/machdep.h')
-rw-r--r--include/asm-blackfin/machdep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-blackfin/machdep.h b/include/asm-blackfin/machdep.h
index 0a43ba1..4fea74c 100644
--- a/include/asm-blackfin/machdep.h
+++ b/include/asm-blackfin/machdep.h
@@ -39,7 +39,8 @@ struct hwclk_time;
struct gendisk;
struct buffer_head;
-extern void (*mach_sched_init) (void (*handler) (int, void *, struct pt_regs *));
+extern
+ void (*mach_sched_init) (void (*handler) (int, void *, struct pt_regs *));
/* machine dependent keyboard functions */
extern int (*mach_keyb_init) (void);