arch/blackfin/mach-bf533/boards/stamp.c: add linux/delay.h
authorOleg Nesterov <[email protected]>
Thu, 8 Jan 2015 22:32:26 +0000 (14:32 -0800)
committerLinus Torvalds <[email protected]>
Thu, 8 Jan 2015 23:10:52 +0000 (15:10 -0800)
build error

  arch/blackfin/mach-bf533/boards/stamp.c:834:2: error: implicit declaration of function 'mdelay'

Signed-off-by: Oleg Nesterov <[email protected]>
Reported-by: Wu Fengguang <[email protected]>
Acked-by: Mike Frysinger <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/blackfin/mach-bf533/boards/stamp.c

index 6f4bac969bf72e360a6476c55a9e7f667d2d21fb..23eada79439c7abe2734ffdb0945ec66318dff9f 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <linux/device.h>
+#include <linux/delay.h>
 #include <linux/platform_device.h>
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/partitions.h>