Commit ff62bdb2 authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: pxa: make mach/regs-uart.h private

This is not used by any drivers, so make it private to the
platform.
Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent d23dc21c
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
#include "pxa25x.h" #include "pxa25x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <mach/regs-uart.h> #include "regs-uart.h"
#include <linux/platform_data/pcmcia-pxa2xx_viper.h> #include <linux/platform_data/pcmcia-pxa2xx_viper.h>
#include "viper.h" #include "viper.h"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include "pxa27x.h" #include "pxa27x.h"
#include "devices.h" #include "devices.h"
#include <mach/regs-uart.h> #include "regs-uart.h"
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include "pxa27x-udc.h" #include "pxa27x-udc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment