]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
include: delete include/linux/config.h
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 7 Oct 2013 07:04:18 +0000 (16:04 +0900)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 20:25:13 +0000 (15:25 -0500)
Linux Kernel abolished include/linux/config.h long time ago.
(around version v2.6.18..v2.6.19)

We don't need to provide Linux copatibility any more.

This commit deletes include/linux/config.h
and fixes source files not to include this.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
28 files changed:
arch/arm/include/asm/arch-pxa/hardware.h
arch/arm/include/asm/arch-s3c24x0/memory.h
arch/arm/include/asm/atomic.h
arch/arm/include/asm/memory.h
arch/arm/include/asm/proc-armv/ptrace.h
arch/arm/include/asm/proc-armv/system.h
arch/blackfin/include/asm/bitops.h
arch/m68k/include/asm/bitops.h
arch/microblaze/include/asm/bitops.h
arch/mips/include/asm/bitops.h
arch/mips/include/asm/io.h
arch/mips/include/asm/processor.h
arch/mips/include/asm/system.h
arch/powerpc/cpu/mpc5xx/start.S
arch/powerpc/include/asm/atomic.h
arch/powerpc/include/asm/bitops.h
arch/powerpc/include/asm/cache.h
arch/powerpc/include/asm/io.h
arch/powerpc/include/asm/mmu.h
arch/powerpc/include/asm/processor.h
arch/powerpc/include/asm/ptrace.h
arch/sparc/include/asm/cache.h
arch/sparc/include/asm/page.h
board/hymod/hymod.h
include/commproc.h
include/linux/config.h [deleted file]
include/linux/linkage.h
include/linux/types.h

index 2397bcef0dee4d87bc809603ef91e4f4ecbdf89f..e671c143ac11590c901e94fe7df7704f479d16e1 100644 (file)
@@ -18,7 +18,6 @@
 #ifndef __ASM_ARCH_HARDWARE_H
 #define __ASM_ARCH_HARDWARE_H
 
-#include <linux/config.h>
 #include <asm/mach-types.h>
 
 /*
index 61d62707c7d0aca937bc30adb7fd14d9b9bde1cf..d6a787b66369d76b4293383c5ebc864804c017b3 100644 (file)
@@ -32,9 +32,6 @@
  */
 #define PHYS_OFFSET    (0x0c000000UL)
 
-#include <linux/config.h>
-
-
 /* Modified for S3C2400, by chc, 20010509 */
 #define RAM_IN_BANK_0  32*1024*1024
 #define RAM_IN_BANK_1  0
index ba9e4b72d8214d6a87f23ef89721a90759069539..1b22eeb5fc242cdbbfabea683efee6b1e5976bc0 100644 (file)
@@ -16,8 +16,6 @@
 #ifndef __ASM_ARM_ATOMIC_H
 #define __ASM_ARM_ATOMIC_H
 
-#include <linux/config.h>
-
 #ifdef CONFIG_SMP
 #error SMP not supported
 #endif
index c3b2afd907761ddf73805f06cb783be319728830..1864ab9fb55ec18d2a3be8da88722f93d19ede58 100644 (file)
@@ -14,7 +14,6 @@
 
 #if 0  /* XXX###XXX */
 
-#include <linux/config.h>
 #include <asm/arch/memory.h>
 
 /*
index 79cc6443f439f67cb54042e806ec0f238d561815..a060ee67e34ac4f5b8f78831cbb45aaeab92960f 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef __ASM_PROC_PTRACE_H
 #define __ASM_PROC_PTRACE_H
 
-#include <linux/config.h>
-
 #define USR26_MODE     0x00
 #define FIQ26_MODE     0x01
 #define IRQ26_MODE     0x02
index b4cfa68ca38ed8787cbb37455f9bbe491ba5f10b..cda8976b6a254877f2c19c6de70b040ddcb60d63 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef __ASM_PROC_SYSTEM_H
 #define __ASM_PROC_SYSTEM_H
 
-#include <linux/config.h>
-
 /*
  * Save the current interrupt enable state & disable IRQs
  */
index b58b0050ce3d96c189b79e4abf2ceb6b45503cdb..cd7e3564595e2ba1bb8eec13e78394024091cdd5 100644 (file)
@@ -13,7 +13,6 @@
  * Copyright 1992, Linus Torvalds.
  */
 
-#include <linux/config.h>
 #include <asm/byteorder.h>
 #include <asm/system.h>
 
index 525d90ccb02c2d47234cd92beb8a904be362d1ed..f9c434b4a3a4f67cfe7b6ce4f5555d952310192a 100644 (file)
@@ -5,7 +5,6 @@
 #ifndef _M68K_BITOPS_H
 #define _M68K_BITOPS_H
 
-#include <linux/config.h>
 #include <asm/byteorder.h>
 
 extern void set_bit(int nr, volatile void *addr);
index eafa2b576bcf6a24fb010d12f5f53bbbfd7114ae..0ac78d76f9c387288c02f260034bdb10844d3ad6 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 1992, Linus Torvalds.
  */
 
-#include <linux/config.h>
 #include <asm/byteorder.h>     /* swab32 */
 #include <asm/system.h>                /* save_flags */
 
index f2dc5335690de97517c58ff5bbaf7627fbc3636f..b5c2a6367d913125d648ffeb605ed2198bd6b0b9 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <asm/sgidefs.h>
 #include <asm/system.h>
-#include <linux/config.h>
 
 /*
  * clear_bit() doesn't provide any barrier for the compiler.
index 50a882ca5a2df44036ab92d469162a5a9899e5aa..3fa37f5dd2b03886baff2c22d17e72a34eaaa279 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef _ASM_IO_H
 #define _ASM_IO_H
 
-#include <linux/config.h>
 #if 0
 #include <linux/pagemap.h>
 #endif
index 24858ddda527fcd6c38c8299c7bc40b3166f2d2d..ba7f5381a3aa586213a7ce15d793a4964e1b3230 100644 (file)
@@ -11,8 +11,6 @@
 #ifndef _ASM_PROCESSOR_H
 #define _ASM_PROCESSOR_H
 
-#include <linux/config.h>
-
 #include <asm/isadep.h>
 
 #include <asm/cachectl.h>
index b6d50e2f04ed5c52b5d70f22005e89b11abd7122..7a2895284ed0d519d92ad0a82d0beef91a7d9537 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef _ASM_SYSTEM_H
 #define _ASM_SYSTEM_H
 
-#include <linux/config.h>
 #include <asm/sgidefs.h>
 #include <asm/ptrace.h>
 #if 0
index bdd46d955dc9876274aeea27195e79ca8328225b..92f956db8da07bad3b11d6b4dfe23f8e02d47eca 100644 (file)
@@ -25,7 +25,6 @@
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
 
-#include <linux/config.h>
 #include <asm/processor.h>
 #include <asm/u-boot.h>
 
index 23f22df1b750eeabc6d025587ff4528870555c68..43a2bb2b3e4446df9e51ec151f5f8ce6335265a5 100644 (file)
@@ -5,8 +5,6 @@
 #ifndef _ASM_PPC_ATOMIC_H_
 #define _ASM_PPC_ATOMIC_H_
 
-#include <linux/config.h>
-
 #ifdef CONFIG_SMP
 typedef struct { volatile int counter; } atomic_t;
 #else
index adaf0914921c41278c3cd49380244ed8843611cf..a6bcf3c3febab5000390b523dfaf4e0fefc27eb5 100644 (file)
@@ -5,7 +5,6 @@
 #ifndef _PPC_BITOPS_H
 #define _PPC_BITOPS_H
 
-#include <linux/config.h>
 #include <asm/byteorder.h>
 
 extern void set_bit(int nr, volatile void *addr);
index 5f9c640aa2aff83a4d43cb1a62e1d65b464b7075..cdc1f108728be352a2ad473b202ac9a216131d7e 100644 (file)
@@ -4,7 +4,6 @@
 #ifndef __ARCH_PPC_CACHE_H
 #define __ARCH_PPC_CACHE_H
 
-#include <linux/config.h>
 #include <asm/processor.h>
 
 /* bytes per L1 cache line */
index 1f12c29ba8351584974052d97d292de57c786cd4..d8b7b974d417b678626a07381fc7ca7393b6267a 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef _PPC_IO_H
 #define _PPC_IO_H
 
-#include <linux/config.h>
 #include <asm/byteorder.h>
 
 #ifdef CONFIG_ADDR_MAP
index b700a3a0bec55025a7067cfbaa0d65a89ca28c7a..cadaeef85a5a170780fb4925a949eb4515a0a85a 100644 (file)
@@ -5,8 +5,6 @@
 #ifndef _PPC_MMU_H_
 #define _PPC_MMU_H_
 
-#include <linux/config.h>
-
 #ifndef __ASSEMBLY__
 /* Hardware Page Table Entry */
 typedef struct _PTE {
index c0fb51993e2899804d79ad3d73d6f9557573db6c..81f9d38e79fc28ed974fe96b65310e48eae9031d 100644 (file)
@@ -7,8 +7,6 @@
  */
 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
 
-#include <linux/config.h>
-
 #include <asm/ptrace.h>
 #include <asm/types.h>
 
index cf09edf1560917f936fb416633f1980ab2be341d..2d56de61d1cca7e6c91dc0adf0287816e7f98256 100644 (file)
@@ -17,8 +17,6 @@
  * the PT_* values below.  This simplifies arch/powerpc/kernel/ptrace.c.
  */
 
-#include <linux/config.h>
-
 #ifndef __ASSEMBLY__
 #ifdef CONFIG_PPC64BRIDGE
 #define PPC_REG unsigned long /*long*/
index 8ee0976659cce7924057d76f9d3133478d2caf58..d9671d1c7497d39093aa7a6d57f4049535fb9fce 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef __SPARC_CACHE_H__
 #define __SPARC_CACHE_H__
 
-#include <linux/config.h>
 #include <asm/processor.h>
 
 /*
index ecc0dc565755b767201feed0be60d23f477f9c4f..181d1c19527633b0a0da7c1a5ef612fcaa8f3284 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef _SPARC_PAGE_H
 #define _SPARC_PAGE_H
 
-#include <linux/config.h>
 #ifdef CONFIG_SUN4
 #define PAGE_SHIFT   13
 #else
index 2c58bfb6e0dd8849bff89d62568734e533967139..3ab3794901b6873679146cda1904635b13f0eb74 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef _HYMOD_H_
 #define _HYMOD_H_
 
-#include <linux/config.h>
 #ifdef CONFIG_8260
 #include <asm/iopin_8260.h>
 #endif
index 6959905efe8f1665561f699b6cd71b925577ab58..c10a79c83930bde4c8e4d451b4a879fd6c0c41f9 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef __CPM_8XX__
 #define __CPM_8XX__
 
-#include <linux/config.h>
 #include <asm/8xx_immap.h>
 
 /* CPM Command register.
diff --git a/include/linux/config.h b/include/linux/config.h
deleted file mode 100644 (file)
index a0194cb..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _LINUX_CONFIG_H
-#define _LINUX_CONFIG_H
-
-/* #include <linux/autoconf.h> */
-
-#endif
index 9ddf83028465806345e8e6e1177a4caab0337064..39c712eac5b912b6cd2bd1ece7abf17213125552 100644 (file)
@@ -10,7 +10,6 @@
 #define _LINUX_LINKAGE_H
 
 #include <asm/linkage.h>
-#include <linux/config.h>
 
 #ifdef __cplusplus
 #define CPP_ASMLINKAGE         extern "C"
index f07ba41b72cc632999760643afdf79e74f1eef41..9aebc4e8cf0540d5e71c99b311ea3160d33e0692 100644 (file)
@@ -1,10 +1,6 @@
 #ifndef _LINUX_TYPES_H
 #define _LINUX_TYPES_H
 
-#ifdef __KERNEL__
-#include <linux/config.h>
-#endif
-
 #include <linux/posix_types.h>
 #include <asm/types.h>
 #include <stdbool.h>