atheros: v3.18: make registers headers local
[openwrt/svn-archive/archive.git] / target / linux / atheros / patches-3.18 / 101-early-printk-support.patch
index 367069d3e9ec4b5199cfdefbd405603ce6aaf522..5fb510d3ce4abbdf94ece0dd27e687af3dd1c9e9 100644 (file)
@@ -14,9 +14,9 @@
 +#include <linux/serial_reg.h>
 +#include <asm/addrspace.h>
 +
-+#include <asm/mach-ath25/ar2315_regs.h>
-+#include <asm/mach-ath25/ar5312_regs.h>
 +#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)