Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
452d9392
Commit
452d9392
authored
Feb 20, 2002
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add/remove <linux/config.h> includes as appropriate
parent
942a1e92
Changes
33
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
21 additions
and
31 deletions
+21
-31
arch/arm/kernel/ptrace.c
arch/arm/kernel/ptrace.c
+1
-0
arch/arm/mach-adifcc/irq.c
arch/arm/mach-adifcc/irq.c
+0
-2
arch/arm/mach-arc/arch.c
arch/arm/mach-arc/arch.c
+1
-0
arch/arm/mach-clps711x/cdb89712.c
arch/arm/mach-clps711x/cdb89712.c
+0
-1
arch/arm/mach-ftvpci/core.c
arch/arm/mach-ftvpci/core.c
+0
-1
arch/arm/mach-integrator/pci_v3.c
arch/arm/mach-integrator/pci_v3.c
+1
-0
arch/arm/mach-iop310/iop310-irq.c
arch/arm/mach-iop310/iop310-irq.c
+0
-2
arch/arm/mach-iop310/iq80310-irq.c
arch/arm/mach-iop310/iq80310-irq.c
+0
-2
arch/arm/mach-iop310/mm.c
arch/arm/mach-iop310/mm.c
+1
-1
arch/arm/mach-iop310/xs80200-irq.c
arch/arm/mach-iop310/xs80200-irq.c
+0
-2
arch/arm/mach-sa1100/h3600.c
arch/arm/mach-sa1100/h3600.c
+0
-2
arch/arm/mach-sa1100/irq.c
arch/arm/mach-sa1100/irq.c
+0
-2
arch/arm/mach-sa1100/leds-system3.c
arch/arm/mach-sa1100/leds-system3.c
+0
-1
arch/arm/mach-sa1100/leds.c
arch/arm/mach-sa1100/leds.c
+0
-1
arch/arm/mach-sa1100/sa1111-pcibuf.c
arch/arm/mach-sa1100/sa1111-pcibuf.c
+0
-1
arch/arm/mach-sa1100/yopy.c
arch/arm/mach-sa1100/yopy.c
+0
-2
drivers/acorn/char/mouse_ps2.c
drivers/acorn/char/mouse_ps2.c
+0
-2
drivers/ide/sl82c105.c
drivers/ide/sl82c105.c
+0
-2
include/asm-arm/arch-adifcc/serial.h
include/asm-arm/arch-adifcc/serial.h
+1
-1
include/asm-arm/arch-anakin/ide.h
include/asm-arm/arch-anakin/ide.h
+0
-1
include/asm-arm/arch-anakin/uncompress.h
include/asm-arm/arch-anakin/uncompress.h
+1
-0
include/asm-arm/arch-clps711x/memory.h
include/asm-arm/arch-clps711x/memory.h
+2
-0
include/asm-arm/arch-ebsa285/keyboard.h
include/asm-arm/arch-ebsa285/keyboard.h
+1
-0
include/asm-arm/arch-epxa10db/time.h
include/asm-arm/arch-epxa10db/time.h
+0
-1
include/asm-arm/arch-iop310/irqs.h
include/asm-arm/arch-iop310/irqs.h
+1
-1
include/asm-arm/arch-iop310/memory.h
include/asm-arm/arch-iop310/memory.h
+1
-0
include/asm-arm/arch-iop310/serial.h
include/asm-arm/arch-iop310/serial.h
+1
-1
include/asm-arm/arch-iop310/timex.h
include/asm-arm/arch-iop310/timex.h
+1
-1
include/asm-arm/arch-iop310/uncompress.h
include/asm-arm/arch-iop310/uncompress.h
+1
-0
include/asm-arm/arch-sa1100/assabet.h
include/asm-arm/arch-sa1100/assabet.h
+2
-0
include/asm-arm/arch-sa1100/cerf.h
include/asm-arm/arch-sa1100/cerf.h
+2
-0
include/asm-arm/arch-sa1100/pangolin.h
include/asm-arm/arch-sa1100/pangolin.h
+2
-1
include/asm-arm/arch-shark/keyboard.h
include/asm-arm/arch-shark/keyboard.h
+1
-0
No files found.
arch/arm/kernel/ptrace.c
View file @
452d9392
...
...
@@ -9,6 +9,7 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>
...
...
arch/arm/mach-adifcc/irq.c
View file @
452d9392
...
...
@@ -12,8 +12,6 @@
* 80200 on chip interrupts. That'll change once the hardware adds
* support for PCI though.
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
...
...
arch/arm/mach-arc/arch.c
View file @
452d9392
...
...
@@ -9,6 +9,7 @@
*
* Architecture specific fixups.
*/
#include <linux/config.h>
#include <linux/tty.h>
#include <linux/init.h>
...
...
arch/arm/mach-clps711x/cdb89712.c
View file @
452d9392
...
...
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/string.h>
...
...
arch/arm/mach-ftvpci/core.c
View file @
452d9392
...
...
@@ -8,7 +8,6 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#include <linux/config.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/init.h>
...
...
arch/arm/mach-integrator/pci_v3.c
View file @
452d9392
...
...
@@ -20,6 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/config.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/pci.h>
...
...
arch/arm/mach-iop310/iop310-irq.c
View file @
452d9392
...
...
@@ -13,8 +13,6 @@
* Added IOP310 chipset and IQ80310 board demuxing, masking code. - DS
*
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
...
...
arch/arm/mach-iop310/iq80310-irq.c
View file @
452d9392
...
...
@@ -14,8 +14,6 @@
* Moved demux from asm to C - DS
* Fixes for various revision boards - DS
*/
#include <linux/config.h>
#include <linux/kernel_stat.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
...
...
arch/arm/mach-iop310/mm.c
View file @
452d9392
...
...
@@ -13,7 +13,7 @@
* option) any later version.
*
*/
#include <linux/config.h>
#include <linux/mm.h>
#include <linux/init.h>
...
...
arch/arm/mach-iop310/xs80200-irq.c
View file @
452d9392
...
...
@@ -10,8 +10,6 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
...
...
arch/arm/mach-sa1100/h3600.c
View file @
452d9392
...
...
@@ -19,8 +19,6 @@
* and abstracted EGPIO interface.
*
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
...
...
arch/arm/mach-sa1100/irq.c
View file @
452d9392
...
...
@@ -9,8 +9,6 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/sched.h>
...
...
arch/arm/mach-sa1100/leds-system3.c
View file @
452d9392
...
...
@@ -26,7 +26,6 @@
*
*
*/
#include <linux/config.h>
#include <linux/init.h>
#include <asm/hardware.h>
...
...
arch/arm/mach-sa1100/leds.c
View file @
452d9392
...
...
@@ -5,7 +5,6 @@
*
* Copyright (C) 2001 Nicolas Pitre
*/
#include <linux/config.h>
#include <linux/init.h>
#include <asm/leds.h>
...
...
arch/arm/mach-sa1100/sa1111-pcibuf.c
View file @
452d9392
...
...
@@ -13,7 +13,6 @@
*
* 06/13/2001 - created.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
arch/arm/mach-sa1100/yopy.c
View file @
452d9392
/*
* linux/arch/arm/mach-sa1100/yopy.c
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
...
...
drivers/acorn/char/mouse_ps2.c
View file @
452d9392
/*
* Driver for PS/2 mouse on IOMD interface
*/
#include <linux/config.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/tty.h>
...
...
drivers/ide/sl82c105.c
View file @
452d9392
...
...
@@ -8,8 +8,6 @@
* Drive tuning added from Rebel.com's kernel sources
* -- Russell King (15/11/98) linux@arm.linux.org.uk
*/
#include <linux/config.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/timer.h>
...
...
include/asm-arm/arch-adifcc/serial.h
View file @
452d9392
...
...
@@ -5,7 +5,7 @@
*
* Copyright (c) 2001 MontaVista Software, Inc.
*/
#include <linux/config.h>
/*
* This assumes you have a 1.8432 MHz clock for your UART.
...
...
include/asm-arm/arch-anakin/ide.h
View file @
452d9392
...
...
@@ -7,7 +7,6 @@
* (jonm@bluemug.com).
*/
#include <linux/config.h>
#include <asm/irq.h>
#include <asm/hardware.h>
...
...
include/asm-arm/arch-anakin/uncompress.h
View file @
452d9392
...
...
@@ -14,6 +14,7 @@
#ifndef __ASM_ARCH_UNCOMPRESS_H
#define __ASM_ARCH_UNCOMPRESS_H
#include <linux/config.h>
#include <asm/io.h>
#include <asm/arch/serial_reg.h>
...
...
include/asm-arm/arch-clps711x/memory.h
View file @
452d9392
...
...
@@ -20,6 +20,8 @@
#ifndef __ASM_ARCH_MMU_H
#define __ASM_ARCH_MMU_H
#include <linux/config.h>
/*
* Task size: 3GB
*/
...
...
include/asm-arm/arch-ebsa285/keyboard.h
View file @
452d9392
...
...
@@ -6,6 +6,7 @@
* Copyright (C) 1998-2001 Russell King
* (C) 1998 Phil Blundell
*/
#include <linux/config.h>
#include <linux/ioport.h>
#include <asm/irq.h>
#include <asm/system.h>
...
...
include/asm-arm/arch-epxa10db/time.h
View file @
452d9392
...
...
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/config.h>
#include <asm/system.h>
#include <asm/leds.h>
#include <asm/arch/hardware.h>
...
...
include/asm-arm/arch-iop310/irqs.h
View file @
452d9392
...
...
@@ -11,7 +11,7 @@
* 06/13/01: Added 80310 on-chip interrupt sources <dsaxena@mvista.com>
*
*/
#include <linux/config.h>
/*
* XS80200 specific IRQs
...
...
include/asm-arm/arch-iop310/memory.h
View file @
452d9392
...
...
@@ -5,6 +5,7 @@
#ifndef __ASM_ARCH_MEMORY_H
#define __ASM_ARCH_MEMORY_H
#include <linux/config.h>
/*
* Task size: 3GB
...
...
include/asm-arm/arch-iop310/serial.h
View file @
452d9392
/*
* include/asm-arm/arch-iop310/serial.h
*/
#include <linux/config.h>
/*
* This assumes you have a 1.8432 MHz clock for your UART.
...
...
include/asm-arm/arch-iop310/timex.h
View file @
452d9392
...
...
@@ -3,7 +3,7 @@
*
* IOP310 architecture timex specifications
*/
#include <linux/config.h>
#ifdef CONFIG_ARCH_IQ80310
...
...
include/asm-arm/arch-iop310/uncompress.h
View file @
452d9392
/*
* linux/include/asm-arm/arch-iop80310/uncompress.h
*/
#include <linux/config.h>
#ifdef CONFIG_ARCH_IQ80310
#define UART1_BASE ((volatile unsigned char *)0xfe800000)
...
...
include/asm-arm/arch-sa1100/assabet.h
View file @
452d9392
...
...
@@ -12,6 +12,8 @@
#ifndef __ASM_ARCH_ASSABET_H
#define __ASM_ARCH_ASSABET_H
#include <linux/config.h>
/* System Configuration Register flags */
#define ASSABET_SCR_SDRAM_LOW (1<<2)
/* SDRAM size (low bit) */
...
...
include/asm-arm/arch-sa1100/cerf.h
View file @
452d9392
#ifndef _INCLUDE_CERF_H_
#define _INCLUDE_CERF_H_
#include <linux/config.h>
#ifdef CONFIG_SA1100_CERF_CPLD
...
...
include/asm-arm/arch-sa1100/pangolin.h
View file @
452d9392
...
...
@@ -6,11 +6,12 @@
* This file contains the hardware specific definitions for Pangolin
*
*/
#ifndef __ASM_ARCH_HARDWARE_H
#error "include <asm/hardware.h> instead"
#endif
#include <linux/config.h>
#ifndef CONFIG_SA1100_PANGOLIN_PCMCIA_IDE
/* GPIOs for which the generic definition doesn't say much */
...
...
include/asm-arm/arch-shark/keyboard.h
View file @
452d9392
...
...
@@ -6,6 +6,7 @@
* (C) 1998 Russell King
* (C) 1998 Phil Blundell
*/
#include <linux/config.h>
#include <linux/ioport.h>
#include <asm/irq.h>
#include <asm/io.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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