aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.18/101-early-printk-support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-13 03:01:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-13 03:01:50 +0000
commit7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a (patch)
treebebe27070010ea2964ba04cc2b9a552487c72cb4 /target/linux/atheros/patches-3.18/101-early-printk-support.patch
parent1b5b20e51e290e58cc28a9a7cfb72178c0c10614 (diff)
downloadupstream-7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a.tar.gz
upstream-7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a.tar.bz2
upstream-7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a.zip
atheros: v3.18: cleanup includes
Remove odd and add missed includes. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44730
Diffstat (limited to 'target/linux/atheros/patches-3.18/101-early-printk-support.patch')
-rw-r--r--target/linux/atheros/patches-3.18/101-early-printk-support.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.18/101-early-printk-support.patch b/target/linux/atheros/patches-3.18/101-early-printk-support.patch
index 6ad1455107..d193031045 100644
--- a/target/linux/atheros/patches-3.18/101-early-printk-support.patch
+++ b/target/linux/atheros/patches-3.18/101-early-printk-support.patch
@@ -1,6 +1,6 @@
--- /dev/null
+++ b/arch/mips/ath25/early_printk.c
-@@ -0,0 +1,46 @@
+@@ -0,0 +1,45 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
@@ -12,7 +12,6 @@
+#include <linux/mm.h>
+#include <linux/io.h>
+#include <linux/serial_reg.h>
-+#include <asm/addrspace.h>
+
+#include "devices.h"
+#include "ar2315_regs.h"