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

This is not used by any drivers, so make it private to the
platform.

Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann 2019-09-01 21:34:47 +02:00
parent d23dc21c99
commit ff62bdb25e
3 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
#include "pxa25x.h"
#include <mach/audio.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 "viper.h"

View File

@ -39,7 +39,7 @@
#include "pxa27x.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/mmc-pxamci.h>
#include "pxa27x-udc.h"