mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
e6acc4062c
None of the headers are included from outside of the mach-pxa directory, so move them all in there. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
11 lines
207 B
C
11 lines
207 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __MACH_PXA25x_H
|
|
#define __MACH_PXA25x_H
|
|
|
|
#include "addr-map.h"
|
|
#include "pxa2xx-regs.h"
|
|
#include "mfp-pxa25x.h"
|
|
#include "irqs.h"
|
|
|
|
#endif /* __MACH_PXA25x_H */
|