Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
62c4f0a2
Commit
62c4f0a2
authored
Apr 26, 2006
by
David Woodhouse
Browse files
Don't include linux/config.h from anywhere else in include/
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
089f26d5
Changes
836
Hide whitespace changes
Inline
Side-by-side
include/acpi/platform/aclinux.h
View file @
62c4f0a2
...
...
@@ -49,7 +49,6 @@
#ifdef __KERNEL__
#include
<linux/config.h>
#include
<linux/string.h>
#include
<linux/kernel.h>
#include
<linux/ctype.h>
...
...
include/acpi/processor.h
View file @
62c4f0a2
...
...
@@ -2,7 +2,6 @@
#define __ACPI_PROCESSOR_H
#include
<linux/kernel.h>
#include
<linux/config.h>
#include
<asm/acpi.h>
...
...
include/asm-alpha/bitops.h
View file @
62c4f0a2
#ifndef _ALPHA_BITOPS_H
#define _ALPHA_BITOPS_H
#include
<linux/config.h>
#include
<asm/compiler.h>
/*
...
...
include/asm-alpha/cache.h
View file @
62c4f0a2
...
...
@@ -4,7 +4,6 @@
#ifndef __ARCH_ALPHA_CACHE_H
#define __ARCH_ALPHA_CACHE_H
#include
<linux/config.h>
/* Bytes per L1 (data) cache line. */
#if defined(CONFIG_ALPHA_GENERIC) || defined(CONFIG_ALPHA_EV6)
...
...
include/asm-alpha/cacheflush.h
View file @
62c4f0a2
#ifndef _ALPHA_CACHEFLUSH_H
#define _ALPHA_CACHEFLUSH_H
#include
<linux/config.h>
#include
<linux/mm.h>
/* Caches aren't brain-dead on the Alpha. */
...
...
include/asm-alpha/core_cia.h
View file @
62c4f0a2
...
...
@@ -4,7 +4,6 @@
/* Define to experiment with fitting everything into one 512MB HAE window. */
#define CIA_ONE_HAE_WINDOW 1
#include
<linux/config.h>
#include
<linux/types.h>
#include
<asm/compiler.h>
...
...
include/asm-alpha/core_t2.h
View file @
62c4f0a2
#ifndef __ALPHA_T2__H__
#define __ALPHA_T2__H__
#include
<linux/config.h>
#include
<linux/types.h>
#include
<linux/spinlock.h>
#include
<asm/compiler.h>
...
...
include/asm-alpha/dma-mapping.h
View file @
62c4f0a2
#ifndef _ALPHA_DMA_MAPPING_H
#define _ALPHA_DMA_MAPPING_H
#include
<linux/config.h>
#ifdef CONFIG_PCI
...
...
include/asm-alpha/dma.h
View file @
62c4f0a2
...
...
@@ -18,7 +18,6 @@
#ifndef _ASM_DMA_H
#define _ASM_DMA_H
#include
<linux/config.h>
#include
<linux/spinlock.h>
#include
<asm/io.h>
...
...
include/asm-alpha/floppy.h
View file @
62c4f0a2
...
...
@@ -10,7 +10,6 @@
#ifndef __ASM_ALPHA_FLOPPY_H
#define __ASM_ALPHA_FLOPPY_H
#include
<linux/config.h>
#define fd_inb(port) inb_p(port)
#define fd_outb(value,port) outb_p(value,port)
...
...
include/asm-alpha/hardirq.h
View file @
62c4f0a2
#ifndef _ALPHA_HARDIRQ_H
#define _ALPHA_HARDIRQ_H
#include
<linux/config.h>
#include
<linux/threads.h>
#include
<linux/cache.h>
...
...
include/asm-alpha/hw_irq.h
View file @
62c4f0a2
#ifndef _ALPHA_HW_IRQ_H
#define _ALPHA_HW_IRQ_H
#include
<linux/config.h>
static
inline
void
hw_resend_irq
(
struct
hw_interrupt_type
*
h
,
unsigned
int
i
)
{}
...
...
include/asm-alpha/ide.h
View file @
62c4f0a2
...
...
@@ -13,7 +13,6 @@
#ifdef __KERNEL__
#include
<linux/config.h>
#define IDE_ARCH_OBSOLETE_DEFAULTS
...
...
include/asm-alpha/io.h
View file @
62c4f0a2
...
...
@@ -3,7 +3,6 @@
#ifdef __KERNEL__
#include
<linux/config.h>
#include
<linux/kernel.h>
#include
<asm/compiler.h>
#include
<asm/system.h>
...
...
include/asm-alpha/irq.h
View file @
62c4f0a2
...
...
@@ -8,7 +8,6 @@
*/
#include
<linux/linkage.h>
#include
<linux/config.h>
#if defined(CONFIG_ALPHA_GENERIC)
...
...
include/asm-alpha/kmap_types.h
View file @
62c4f0a2
...
...
@@ -3,7 +3,6 @@
/* Dummy header just to define km_type. */
#include
<linux/config.h>
#ifdef CONFIG_DEBUG_HIGHMEM
# define D(n) __KM_FENCE_##n ,
...
...
include/asm-alpha/machvec.h
View file @
62c4f0a2
#ifndef __ALPHA_MACHVEC_H
#define __ALPHA_MACHVEC_H 1
#include
<linux/config.h>
#include
<linux/types.h>
/*
...
...
include/asm-alpha/mmu_context.h
View file @
62c4f0a2
...
...
@@ -7,7 +7,6 @@
* Copyright (C) 1996, Linus Torvalds
*/
#include
<linux/config.h>
#include
<asm/system.h>
#include
<asm/machvec.h>
#include
<asm/compiler.h>
...
...
include/asm-alpha/mmzone.h
View file @
62c4f0a2
...
...
@@ -5,7 +5,6 @@
#ifndef _ASM_MMZONE_H_
#define _ASM_MMZONE_H_
#include
<linux/config.h>
#include
<asm/smp.h>
struct
bootmem_data_t
;
/* stupid forward decl. */
...
...
include/asm-alpha/page.h
View file @
62c4f0a2
#ifndef _ALPHA_PAGE_H
#define _ALPHA_PAGE_H
#include
<linux/config.h>
#include
<asm/pal.h>
/* PAGE_SHIFT determines the page size */
...
...
Prev
1
2
3
4
5
…
42
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment