aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/sh-sci.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-11-25 16:23:35 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-11-25 16:23:35 +0900
commitedad1f208e6edabb917e4f8a33c7e45bf78bb79d (patch)
treebeada10e4fdcb4984c8ed3481cf805012cd32861 /drivers/serial/sh-sci.h
parent6ba653830c85a37d0a054f1e43d9b51e59d1150b (diff)
downloadkernel_samsung_smdk4412-edad1f208e6edabb917e4f8a33c7e45bf78bb79d.zip
kernel_samsung_smdk4412-edad1f208e6edabb917e4f8a33c7e45bf78bb79d.tar.gz
kernel_samsung_smdk4412-edad1f208e6edabb917e4f8a33c7e45bf78bb79d.tar.bz2
serial: sh-sci: Depend on HAVE_CLK unconditionally.
The sh-sci code conditionalized the clock framework support in order to give the other platforms a chance to catch up. sh64 supported this some time ago and the forthcoming ARM changes handle this as well, this leaves h8300 as the odd one out. H8300 has had since 2.5 to merge it's sh-sci support upstream, and has yet to do so. At this point I will no longer be holding back the driver to support an unreponsive architecture, 7 years is quite enough of a grace period. Support is easily implemented on the architecture if and when it ever decides to merge its changes upstream. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/serial/sh-sci.h')
-rw-r--r--drivers/serial/sh-sci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h
index 3e2fcf9..a32094ee 100644
--- a/drivers/serial/sh-sci.h
+++ b/drivers/serial/sh-sci.h
@@ -1,5 +1,5 @@
#include <linux/serial_core.h>
-#include <asm/io.h>
+#include <linux/io.h>
#include <linux/gpio.h>
#if defined(CONFIG_H83007) || defined(CONFIG_H83068)