projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53dc20b
)
arch/blackfin/mach-bf533/boards/stamp.c: add linux/delay.h
author
Oleg Nesterov
<
[email protected]
>
Thu, 8 Jan 2015 22:32:26 +0000
(14:32 -0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf533/boards/stamp.c
b/arch/blackfin/mach-bf533/boards/stamp.c
index 6f4bac969bf72e360a6476c55a9e7f667d2d21fb..23eada79439c7abe2734ffdb0945ec66318dff9f 100644
(file)
--- a/
arch/blackfin/mach-bf533/boards/stamp.c
+++ b/
arch/blackfin/mach-bf533/boards/stamp.c
@@
-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>