mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04: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:
@@ -15,7 +15,6 @@
|
||||
* Changes for 2.6 kernel.
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/*
|
||||
* Note: this file must be safe to include in assembly files
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef CONFIG_PXA27x
|
||||
#define PXA_IRQ_SKIP 0
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#ifndef __PXA_REGS_H
|
||||
#define __PXA_REGS_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/*
|
||||
* PXA Chip selects
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#if defined(CONFIG_PXA25x)
|
||||
/* PXA250/210 timer base */
|
||||
|
||||
Reference in New Issue
Block a user