UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
Convert #include "..." to #include <path/...> in kernel system headers. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#error You must include hardware.h not PKUnity.h
|
||||
#endif
|
||||
|
||||
#include "bitfield.h"
|
||||
#include <mach/bitfield.h>
|
||||
|
||||
/*
|
||||
* Memory Definitions
|
||||
@@ -32,7 +32,7 @@
|
||||
* 0x98000000 - 0x9FFFFFFF 128MB PCI PCI-AHB MEM-mapping
|
||||
*/
|
||||
#define PKUNITY_PCI_BASE io_p2v(0x80000000) /* 0x80000000 - 0xBFFFFFFF 1GB */
|
||||
#include "regs-pci.h"
|
||||
#include <mach/regs-pci.h>
|
||||
|
||||
#define PKUNITY_PCICFG_BASE (PKUNITY_PCI_BASE + 0x0)
|
||||
#define PKUNITY_PCIBRI_BASE (PKUNITY_PCI_BASE + 0x00010000)
|
||||
@@ -50,18 +50,18 @@
|
||||
#define PKUNITY_ARBITER_BASE (PKUNITY_AHB_BASE + 0x000000) /* AHB-2 */
|
||||
#define PKUNITY_DDR2CTRL_BASE (PKUNITY_AHB_BASE + 0x100000) /* AHB-3 */
|
||||
#define PKUNITY_DMAC_BASE (PKUNITY_AHB_BASE + 0x200000) /* AHB-4 */
|
||||
#include "regs-dmac.h"
|
||||
#include <mach/regs-dmac.h>
|
||||
#define PKUNITY_UMAL_BASE (PKUNITY_AHB_BASE + 0x300000) /* AHB-5 */
|
||||
#include "regs-umal.h"
|
||||
#include <mach/regs-umal.h>
|
||||
#define PKUNITY_USB_BASE (PKUNITY_AHB_BASE + 0x400000) /* AHB-6 */
|
||||
#define PKUNITY_SATA_BASE (PKUNITY_AHB_BASE + 0x500000) /* AHB-7 */
|
||||
#define PKUNITY_SMC_BASE (PKUNITY_AHB_BASE + 0x600000) /* AHB-8 */
|
||||
/* AHB-9 is for APB bridge */
|
||||
#define PKUNITY_MME_BASE (PKUNITY_AHB_BASE + 0x700000) /* AHB-10 */
|
||||
#define PKUNITY_UNIGFX_BASE (PKUNITY_AHB_BASE + 0x800000) /* AHB-11 */
|
||||
#include "regs-unigfx.h"
|
||||
#include <mach/regs-unigfx.h>
|
||||
#define PKUNITY_NAND_BASE (PKUNITY_AHB_BASE + 0x900000) /* AHB-12 */
|
||||
#include "regs-nand.h"
|
||||
#include <mach/regs-nand.h>
|
||||
#define PKUNITY_H264D_BASE (PKUNITY_AHB_BASE + 0xA00000) /* AHB-13 */
|
||||
#define PKUNITY_H264E_BASE (PKUNITY_AHB_BASE + 0xB00000) /* AHB-14 */
|
||||
|
||||
@@ -72,27 +72,27 @@
|
||||
|
||||
#define PKUNITY_UART0_BASE (PKUNITY_APB_BASE + 0x000000) /* APB-0 */
|
||||
#define PKUNITY_UART1_BASE (PKUNITY_APB_BASE + 0x100000) /* APB-1 */
|
||||
#include "regs-uart.h"
|
||||
#include <mach/regs-uart.h>
|
||||
#define PKUNITY_I2C_BASE (PKUNITY_APB_BASE + 0x200000) /* APB-2 */
|
||||
#include "regs-i2c.h"
|
||||
#include <mach/regs-i2c.h>
|
||||
#define PKUNITY_SPI_BASE (PKUNITY_APB_BASE + 0x300000) /* APB-3 */
|
||||
#include "regs-spi.h"
|
||||
#include <mach/regs-spi.h>
|
||||
#define PKUNITY_AC97_BASE (PKUNITY_APB_BASE + 0x400000) /* APB-4 */
|
||||
#include "regs-ac97.h"
|
||||
#include <mach/regs-ac97.h>
|
||||
#define PKUNITY_GPIO_BASE (PKUNITY_APB_BASE + 0x500000) /* APB-5 */
|
||||
#include "regs-gpio.h"
|
||||
#include <mach/regs-gpio.h>
|
||||
#define PKUNITY_INTC_BASE (PKUNITY_APB_BASE + 0x600000) /* APB-6 */
|
||||
#include "regs-intc.h"
|
||||
#include <mach/regs-intc.h>
|
||||
#define PKUNITY_RTC_BASE (PKUNITY_APB_BASE + 0x700000) /* APB-7 */
|
||||
#include "regs-rtc.h"
|
||||
#include <mach/regs-rtc.h>
|
||||
#define PKUNITY_OST_BASE (PKUNITY_APB_BASE + 0x800000) /* APB-8 */
|
||||
#include "regs-ost.h"
|
||||
#include <mach/regs-ost.h>
|
||||
#define PKUNITY_RESETC_BASE (PKUNITY_APB_BASE + 0x900000) /* APB-9 */
|
||||
#include "regs-resetc.h"
|
||||
#include <mach/regs-resetc.h>
|
||||
#define PKUNITY_PM_BASE (PKUNITY_APB_BASE + 0xA00000) /* APB-10 */
|
||||
#include "regs-pm.h"
|
||||
#include <mach/regs-pm.h>
|
||||
#define PKUNITY_PS2_BASE (PKUNITY_APB_BASE + 0xB00000) /* APB-11 */
|
||||
#include "regs-ps2.h"
|
||||
#include <mach/regs-ps2.h>
|
||||
#define PKUNITY_SDC_BASE (PKUNITY_APB_BASE + 0xC00000) /* APB-12 */
|
||||
#include "regs-sdc.h"
|
||||
#include <mach/regs-sdc.h>
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#ifndef __MACH_PUV3_HARDWARE_H__
|
||||
#define __MACH_PUV3_HARDWARE_H__
|
||||
|
||||
#include "PKUnity.h"
|
||||
#include <mach/PKUnity.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#define io_p2v(x) (void __iomem *)((x) - PKUNITY_MMIO_BASE)
|
||||
|
@@ -13,8 +13,8 @@
|
||||
#ifndef __MACH_PUV3_UNCOMPRESS_H__
|
||||
#define __MACH_PUV3_UNCOMPRESS_H__
|
||||
|
||||
#include "hardware.h"
|
||||
#include "ocd.h"
|
||||
#include <mach/hardware.h>
|
||||
#include <mach/ocd.h>
|
||||
|
||||
extern char input_data[];
|
||||
extern char input_data_end[];
|
||||
|
Reference in New Issue
Block a user