mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
Don't include linux/config.h from anywhere else in include/
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#ifndef __ASMPPC_AMIGAHW_H
|
||||
#define __ASMPPC_AMIGAHW_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm-m68k/amigahw.h>
|
||||
|
||||
#undef CHIP_PHYSADDR
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#ifndef _PPC_BOOTINFO_H
|
||||
#define _PPC_BOOTINFO_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/page.h>
|
||||
|
||||
#if defined(CONFIG_APUS) && !defined(__BOOTER__)
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#ifndef __CPM_8XX__
|
||||
#define __CPM_8XX__
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/8xx_immap.h>
|
||||
#include <asm/ptrace.h>
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#ifndef __ASM_IBM403_H__
|
||||
#define __ASM_IBM403_H__
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#if defined(CONFIG_403GCX)
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#ifndef __ASM_IBM44x_H__
|
||||
#define __ASM_IBM44x_H__
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifndef NR_BOARD_IRQS
|
||||
#define NR_BOARD_IRQS 0
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#ifndef __ASM_IBM4XX_H__
|
||||
#define __ASM_IBM4XX_H__
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/types.h>
|
||||
|
||||
#ifdef CONFIG_40x
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#ifndef _PPC_IO_H
|
||||
#define _PPC_IO_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#ifndef _PPC_MACHDEP_H
|
||||
#define _PPC_MACHDEP_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/kexec.h>
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef _PPC_MMU_H_
|
||||
#define _PPC_MMU_H_
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#ifndef __PPC_MMU_CONTEXT_H
|
||||
#define __PPC_MMU_CONTEXT_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/atomic.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <asm/mmu.h>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#ifndef __ASM_PPC_MPC8260_H__
|
||||
#define __ASM_PPC_MPC8260_H__
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef CONFIG_8260
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#ifndef __ASM_MPC83xx_H__
|
||||
#define __ASM_MPC83xx_H__
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/mmu.h>
|
||||
|
||||
#ifdef CONFIG_83xx
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#ifndef __ASM_MPC85xx_H__
|
||||
#define __ASM_MPC85xx_H__
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/mmu.h>
|
||||
|
||||
#ifdef CONFIG_85xx
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#ifndef __CONFIG_8xx_DEFS
|
||||
#define __CONFIG_8xx_DEFS
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef CONFIG_8xx
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/pci.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/config.h>
|
||||
|
||||
#include <asm/byteorder.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
|
||||
#include <linux/init.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/config.h>
|
||||
#include <linux/devfs_fs_kernel.h>
|
||||
#include <linux/device.h>
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#ifndef _PPC_KERNEL_OPEN_PIC_H
|
||||
#define _PPC_KERNEL_OPEN_PIC_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/irq.h>
|
||||
|
||||
#define OPENPIC_SIZE 0x40000
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _PPC_PAGE_H
|
||||
#define _PPC_PAGE_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/asm-compat.h>
|
||||
|
||||
/* PAGE_SHIFT determines the page size */
|
||||
@@ -15,7 +14,6 @@
|
||||
#define PAGE_MASK (~((1 << PAGE_SHIFT) - 1))
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/config.h>
|
||||
|
||||
/* This must match what is in arch/ppc/Makefile */
|
||||
#define PAGE_OFFSET CONFIG_KERNEL_START
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
* anyone using any of those on a PPC platform. -- paulus
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/*
|
||||
* This assumes you have a 1.8432 MHz clock for your UART.
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#ifndef _PPC_PGALLOC_H
|
||||
#define _PPC_PGALLOC_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/threads.h>
|
||||
|
||||
extern void __bad_pte(pmd_t *pmd);
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user