Don't include linux/config.h from anywhere else in include/
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/pci.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <asm/processor.h>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef __ASM_MACH_GENERIC_KMALLOC_H
|
||||
#define __ASM_MACH_GENERIC_KMALLOC_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifndef CONFIG_DMA_COHERENT
|
||||
/*
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#ifndef _ASM_MACH_GENERIC_SPACES_H
|
||||
#define _ASM_MACH_GENERIC_SPACES_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef CONFIG_32BIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user