From 6afc58ca5bf9c1360e156ea90cd2d89228c6af0a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Mar 2015 03:01:11 +0000 Subject: atheros: v3.18: make registers headers local There are no external users (last one was PCI driver) for these headers, so move them to arch directory. Few macroses from ar231x.h header moved to devices.h and file was removed. Signed-off-by: Sergey Ryazanov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44724 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/patches-3.18/101-early-printk-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/atheros/patches-3.18/101-early-printk-support.patch') 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 367069d3e9..5fb510d3ce 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 @@ -14,9 +14,9 @@ +#include +#include + -+#include -+#include +#include "devices.h" ++#include "ar2315_regs.h" ++#include "ar5312_regs.h" + +static inline void prom_uart_wr(void __iomem *base, unsigned reg, + unsigned char ch) -- cgit v1.2.3