From f04430ceadbf92e142208cf58904a930417c6480 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 20 Feb 2014 10:15:51 -0800 Subject: [PATCH] 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-format-patch failed