You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -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 @@
|
||||
#define _ASM_ARCH_CRIS_IO_H
|
||||
|
||||
#include <asm/arch/svinto.h>
|
||||
#include <linux/config.h>
|
||||
|
||||
/* Etrax shadow registers - which live in arch/cris/kernel/shadows.c */
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _CRIS_ARCH_PAGE_H
|
||||
#define _CRIS_ARCH_PAGE_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef __ASM_CRIS_ARCH_SYSTEM_H
|
||||
#define __ASM_CRIS_ARCH_SYSTEM_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/* read the CPU version register */
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include <asm/arch/hwregs/reg_map.h>
|
||||
#include <asm/arch/hwregs/reg_rdwr.h>
|
||||
#include <asm/arch/hwregs/gio_defs.h>
|
||||
#include <linux/config.h>
|
||||
|
||||
enum crisv32_io_dir
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _ASM_ARCH_IRQ_H
|
||||
#define _ASM_ARCH_IRQ_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include "hwregs/intr_vect.h"
|
||||
|
||||
/* Number of non-cpu interrupts. */
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _ASM_CRIS_ARCH_PAGE_H
|
||||
#define _ASM_CRIS_ARCH_PAGE_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _ASM_CRIS_ARCH_PROCESSOR_H
|
||||
#define _ASM_CRIS_ARCH_PROCESSOR_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/* Return current instruction pointer. */
|
||||
#define current_text_addr() \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _ASM_CRIS_ARCH_SYSTEM_H
|
||||
#define _ASM_CRIS_ARCH_SYSTEM_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/* Read the CPU version register. */
|
||||
static inline unsigned long rdvr(void)
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
/* We have dependencies all over the place for the host system
|
||||
for xsim being a linux system, so let's not pretend anything
|
||||
else with #ifdef:s here until fixed. */
|
||||
#include <linux/config.h>
|
||||
#include <linux/limits.h>
|
||||
|
||||
/* Maybe do sanity checking if file input. */
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#ifndef _ASM_ETRAXGPIO_H
|
||||
#define _ASM_ETRAXGPIO_H
|
||||
|
||||
#include <linux/config.h>
|
||||
/* etraxgpio _IOC_TYPE, bits 8 to 15 in ioctl cmd */
|
||||
#ifdef CONFIG_ETRAX_ARCH_V10
|
||||
#define ETRAXGPIO_IOCTYPE 43
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
* This may be useful in other OS than Linux so use 2 space indentation...
|
||||
* Copyright (C) 2000, 2002 Axis Communications AB
|
||||
*/
|
||||
#include <linux/config.h>
|
||||
#include <linux/time.h> /* struct timeval */
|
||||
#include <linux/timex.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _CRIS_PAGE_H
|
||||
#define _CRIS_PAGE_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/arch/page.h>
|
||||
|
||||
/* PAGE_SHIFT determines the page size */
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef __ASM_CRIS_PCI_H
|
||||
#define __ASM_CRIS_PCI_H
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/mm.h> /* for struct page */
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <asm-generic/pgtable-nopmd.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#include <linux/config.h>
|
||||
#include <linux/sched.h>
|
||||
#include <asm/mmu.h>
|
||||
#endif
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#ifndef __ASM_CRIS_PROCESSOR_H
|
||||
#define __ASM_CRIS_PROCESSOR_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/ptrace.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#define __RTC_H__
|
||||
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifdef CONFIG_ETRAX_DS1302
|
||||
/* Dallas DS1302 clock/calendar register numbers. */
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef _CRIS_TLBFLUSH_H
|
||||
#define _CRIS_TLBFLUSH_H
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/mm.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/pgtable.h>
|
||||
|
||||
Reference in New Issue
Block a user