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:
parent
d23dc21c99
commit
ff62bdb25e
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue