Don't include linux/config.h from anywhere else in include/
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#ifndef _ASM_PARISC_ATOMIC_H_
|
||||
#define _ASM_PARISC_ATOMIC_H_
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/types.h>
|
||||
#include <asm/system.h>
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#ifndef __ARCH_PARISC_CACHE_H
|
||||
#define __ARCH_PARISC_CACHE_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/*
|
||||
* PA 2.0 processors have 64-byte cachelines; PA 1.1 processors have
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _PARISC_CACHEFLUSH_H
|
||||
#define _PARISC_CACHEFLUSH_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/mm.h>
|
||||
#include <asm/cache.h> /* for flush_user_dcache_range_asm() proto */
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _PARISC_DMA_MAPPING_H
|
||||
#define _PARISC_DMA_MAPPING_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/mm.h>
|
||||
#include <asm/cacheflush.h>
|
||||
#include <asm/scatterlist.h>
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#ifndef _ASM_DMA_H
|
||||
#define _ASM_DMA_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/io.h> /* need byte IO */
|
||||
#include <asm/system.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _ASM_IO_H
|
||||
#define _ASM_IO_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/types.h>
|
||||
#include <asm/pgtable.h>
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#ifndef _ASM_PARISC_IRQ_H
|
||||
#define _ASM_PARISC_IRQ_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/cpumask.h>
|
||||
#include <asm/types.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _ASM_KMAP_TYPES_H
|
||||
#define _ASM_KMAP_TYPES_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef CONFIG_DEBUG_HIGHMEM
|
||||
# define D(n) __KM_FENCE_##n ,
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/config.h>
|
||||
|
||||
#if defined(CONFIG_PARISC_PAGE_SIZE_4KB)
|
||||
# define PAGE_SHIFT 12 /* 4k */
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define _ASMPARISC_PARAM_H
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/config.h>
|
||||
# ifdef CONFIG_PA20
|
||||
# define HZ 1000 /* Faster machines */
|
||||
# else
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef __ASM_PARISC_PCI_H
|
||||
#define __ASM_PARISC_PCI_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/scatterlist.h>
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _PARISC_PDC_H
|
||||
#define _PARISC_PDC_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/*
|
||||
* PDC return values ...
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#include <asm-generic/4level-fixup.h>
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/fixmap.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#define __ASM_PARISC_PROCESSOR_H
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#include <linux/config.h>
|
||||
#include <linux/threads.h>
|
||||
#include <linux/spinlock_types.h>
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef _PARISC_PSW_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#define PSW_I 0x00000001
|
||||
#define PSW_D 0x00000002
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef __ASM_SMP_H
|
||||
#define __ASM_SMP_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#if defined(CONFIG_SMP)
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef __PARISC_SYSTEM_H
|
||||
#define __PARISC_SYSTEM_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/psw.h>
|
||||
|
||||
/* The program status word as bitfields. */
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
/* TLB flushing routines.... */
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/mm.h>
|
||||
#include <asm/mmu_context.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user