From: Florian Fainelli Date: Thu, 20 Feb 2014 18:15:51 +0000 (-0800) Subject: tty: serial: bcm63xx_uart: include linux/io.h X-Git-Tag: v3.15-rc1~138^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04430ceadbf92e142208cf58904a930417c6480;p=pandora-kernel.git tty: serial: bcm63xx_uart: include linux/io.h 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed