mirror of
https://github.com/armbian/linux-cix.git
synced 2026-01-06 12:30:45 -08:00
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:
@@ -19,7 +19,7 @@
|
||||
|
||||
#ifndef CONFIG_MMU
|
||||
|
||||
#include "page-nommu.h"
|
||||
#include <asm/page-nommu.h>
|
||||
|
||||
#else
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef CONFIG_MMU
|
||||
|
||||
#include <asm-generic/4level-fixup.h>
|
||||
#include "pgtable-nommu.h"
|
||||
#include <asm/pgtable-nommu.h>
|
||||
|
||||
#else
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
#include <asm/hwcap.h>
|
||||
|
||||
#include "vfp.h"
|
||||
#include <asm/vfp.h>
|
||||
|
||||
@ Macros to allow building with old toolkits (with no VFP support)
|
||||
.macro VFPFMRX, rd, sysreg, cond
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
/*------------------------------------------------------------*/
|
||||
|
||||
#include "sv_addr.agh"
|
||||
#include <arch/sv_addr.agh>
|
||||
|
||||
#if __test_sv_addr__
|
||||
/* IO_MASK( R_BUS_CONFIG , CE ) */
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef _ASM_CRIS_SVINTO_H
|
||||
#define _ASM_CRIS_SVINTO_H
|
||||
|
||||
#include "sv_addr_ag.h"
|
||||
#include <arch/sv_addr_ag.h>
|
||||
|
||||
extern unsigned int genconfig_shadow; /* defined and set in head.S */
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
#include "mach/dma.h"
|
||||
#include <mach/dma.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#define dma_h
|
||||
|
||||
/* registers */ /* Really needed, since both are listed in sw.list? */
|
||||
#include "dma_defs.h"
|
||||
#include <arch/hwregs/dma_defs.h>
|
||||
|
||||
|
||||
/* descriptors */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "cacheflush_no.h"
|
||||
#include <asm/cacheflush_no.h>
|
||||
#else
|
||||
#include "cacheflush_mm.h"
|
||||
#include <asm/cacheflush_mm.h>
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "io_no.h"
|
||||
#include <asm/io_no.h>
|
||||
#else
|
||||
#include "io_mm.h"
|
||||
#include <asm/io_mm.h>
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "m68360_regs.h"
|
||||
#include "m68360_pram.h"
|
||||
#include "m68360_quicc.h"
|
||||
#include "m68360_enet.h"
|
||||
#include <asm/m68360_regs.h>
|
||||
#include <asm/m68360_pram.h>
|
||||
#include <asm/m68360_quicc.h>
|
||||
#include <asm/m68360_enet.h>
|
||||
|
||||
#ifdef CONFIG_M68360
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#ifndef __ETHER_H
|
||||
#define __ETHER_H
|
||||
|
||||
#include "quicc_simple.h"
|
||||
#include <asm/quicc_simple.h>
|
||||
|
||||
/*
|
||||
* transmit BD's
|
||||
|
||||
@@ -43,9 +43,9 @@ extern unsigned long _ramend;
|
||||
#endif /* !__ASSEMBLY__ */
|
||||
|
||||
#ifdef CONFIG_MMU
|
||||
#include "page_mm.h"
|
||||
#include <asm/page_mm.h>
|
||||
#else
|
||||
#include "page_no.h"
|
||||
#include <asm/page_no.h>
|
||||
#endif
|
||||
|
||||
#include <asm-generic/getorder.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "pgtable_no.h"
|
||||
#include <asm/pgtable_no.h>
|
||||
#else
|
||||
#include "pgtable_mm.h"
|
||||
#include <asm/pgtable_mm.h>
|
||||
#endif
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
#define Q40_RTC_WRITE 128
|
||||
|
||||
/* define some Q40 specific ints */
|
||||
#include "q40ints.h"
|
||||
#include <asm/q40ints.h>
|
||||
|
||||
/* misc defs */
|
||||
#define DAC_LEFT ((unsigned char *)0xff008000)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "uaccess_no.h"
|
||||
#include <asm/uaccess_no.h>
|
||||
#else
|
||||
#include "uaccess_mm.h"
|
||||
#include <asm/uaccess_mm.h>
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef CONFIG_MMU
|
||||
# include "mmu_context_mm.h"
|
||||
# include <asm/mmu_context_mm.h>
|
||||
#else
|
||||
# include <asm-generic/mmu_context.h>
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef BCM63XX_IO_H_
|
||||
#define BCM63XX_IO_H_
|
||||
|
||||
#include "bcm63xx_cpu.h"
|
||||
#include <asm/mach-bcm63xx/bcm63xx_cpu.h>
|
||||
|
||||
/*
|
||||
* Physical memory map, RAM is mapped at 0x0.
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
- including locking between different uses
|
||||
*/
|
||||
|
||||
#include "pnx833x.h"
|
||||
#include <asm/mach-pnx833x/pnx833x.h>
|
||||
|
||||
#define SET_REG_BIT(reg, bit) do { (reg |= (1 << (bit))); } while (0)
|
||||
#define CLEAR_REG_BIT(reg, bit) do { (reg &= ~(1 << (bit))); } while (0)
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#ifndef __CVMX_ASM_H__
|
||||
#define __CVMX_ASM_H__
|
||||
|
||||
#include "octeon-model.h"
|
||||
#include <asm/octeon/octeon-model.h>
|
||||
|
||||
/* other useful stuff */
|
||||
#define CVMX_SYNC asm volatile ("sync" : : : "memory")
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
#include <linux/prefetch.h>
|
||||
|
||||
#include "cvmx-fpa.h"
|
||||
#include <asm/octeon/cvmx-fpa.h>
|
||||
/**
|
||||
* By default we disable the max depth support. Most programs
|
||||
* don't use it and it slows down the command queue processing
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user