commit | eb6aeca65f548f840f5050881ae82467bf4eee98 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jan 21 18:05:25 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 22 15:33:00 2017 +0900 |
tree | 5367578ad4d9dae0a0b1df8e306b5ca945bf566e | |
parent | e4e789d32af0cb2b3ac8a1ea867a3714e3b802f0 [diff] |
ARM: uniphier: replace <common.h> with <linux/delay.h> where possible The <common.h> includes too many headers. Actually, these files needed to include it for udelay() declaration. Now we can replace it with <linux/delay.h> thanks to commit 5bc516ed661a ("delay: collect {m, n, u}delay declarations to include/linux/delay.h"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>