git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f3a16
)
tty: serial: bcm63xx_uart: include linux/io.h
author
Florian Fainelli
<f.fainelli@gmail.com>
Thu, 20 Feb 2014 18:15:51 +0000
(10:15 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 1 Mar 2014 00:27:17 +0000
(16:27 -0800)
Include linux/io.h which provides the definition for
__raw_{readl,writel}, this is not necessary on MIPS since there is an
implicit inclusion, but it is on ARM for instance.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found