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
33b347e0
Commit
33b347e0
authored
May 24, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Remove needless include of asm/mach-types.h
parent
8b2cd421
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
0 additions
and
23 deletions
+0
-23
arch/arm/kernel/arch.c
arch/arm/kernel/arch.c
+0
-1
arch/arm/mach-adifcc/irq.c
arch/arm/mach-adifcc/irq.c
+0
-2
arch/arm/mach-iop3xx/iop310-irq.c
arch/arm/mach-iop3xx/iop310-irq.c
+0
-2
arch/arm/mach-iop3xx/iop321-time.c
arch/arm/mach-iop3xx/iop321-time.c
+0
-1
arch/arm/mach-iop3xx/iq80310-irq.c
arch/arm/mach-iop3xx/iq80310-irq.c
+0
-2
arch/arm/mach-iop3xx/iq80310-time.c
arch/arm/mach-iop3xx/iq80310-time.c
+0
-1
arch/arm/mach-iop3xx/mm-321.c
arch/arm/mach-iop3xx/mm-321.c
+0
-1
arch/arm/mach-iop3xx/mm.c
arch/arm/mach-iop3xx/mm.c
+0
-1
arch/arm/mach-iop3xx/xs80200-irq.c
arch/arm/mach-iop3xx/xs80200-irq.c
+0
-2
arch/arm/mach-ixp4xx/common.c
arch/arm/mach-ixp4xx/common.c
+0
-1
arch/arm/mach-omap/bus.c
arch/arm/mach-omap/bus.c
+0
-1
arch/arm/mach-s3c2410/s3c2410.c
arch/arm/mach-s3c2410/s3c2410.c
+0
-1
include/asm-arm/arch-lh7a40x/hardware.h
include/asm-arm/arch-lh7a40x/hardware.h
+0
-2
include/asm-arm/arch-omap/hardware.h
include/asm-arm/arch-omap/hardware.h
+0
-1
include/asm-arm/arch-omap/uncompress.h
include/asm-arm/arch-omap/uncompress.h
+0
-1
include/asm-arm/arch-pxa/hardware.h
include/asm-arm/arch-pxa/hardware.h
+0
-3
No files found.
arch/arm/kernel/arch.c
View file @
33b347e0
...
...
@@ -10,7 +10,6 @@
#include <asm/elf.h>
#include <asm/page.h>
#include <asm/setup.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
unsigned
int
vram_size
;
...
...
arch/arm/mach-adifcc/irq.c
View file @
33b347e0
...
...
@@ -19,8 +19,6 @@
#include <asm/irq.h>
#include <asm/hardware.h>
#include <asm/mach-types.h>
static
void
xs80200_irq_mask
(
unsigned
int
irq
)
{
long
INTCTL
;
...
...
arch/arm/mach-iop3xx/iop310-irq.c
View file @
33b347e0
...
...
@@ -21,8 +21,6 @@
#include <asm/irq.h>
#include <asm/hardware.h>
#include <asm/mach-types.h>
extern
void
xs80200_irq_mask
(
unsigned
int
);
extern
void
xs80200_irq_unmask
(
unsigned
int
);
extern
void
xs80200_init_irq
(
void
);
...
...
arch/arm/mach-iop3xx/iop321-time.c
View file @
33b347e0
...
...
@@ -23,7 +23,6 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
#include <asm/mach-types.h>
#include <asm/mach/irq.h>
static
unsigned
long
iop321_gettimeoffset
(
void
)
...
...
arch/arm/mach-iop3xx/iq80310-irq.c
View file @
33b347e0
...
...
@@ -22,8 +22,6 @@
#include <asm/hardware.h>
#include <asm/system.h>
#include <asm/mach-types.h>
extern
void
iop310_init_irq
(
void
);
extern
void
iop310_irq_demux
(
unsigned
int
,
struct
irqdesc
*
,
struct
pt_regs
*
);
...
...
arch/arm/mach-iop3xx/iq80310-time.c
View file @
33b347e0
...
...
@@ -21,7 +21,6 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
#include <asm/mach-types.h>
#include <asm/mach/irq.h>
static
void
iq80310_write_timer
(
u_long
val
)
...
...
arch/arm/mach-iop3xx/mm-321.c
View file @
33b347e0
...
...
@@ -21,7 +21,6 @@
#include <asm/page.h>
#include <asm/mach/map.h>
#include <asm/mach-types.h>
/*
...
...
arch/arm/mach-iop3xx/mm.c
View file @
33b347e0
...
...
@@ -23,7 +23,6 @@
#include <asm/page.h>
#include <asm/mach/map.h>
#include <asm/mach-types.h>
#ifdef CONFIG_IOP310_MU
#include "message.h"
...
...
arch/arm/mach-iop3xx/xs80200-irq.c
View file @
33b347e0
...
...
@@ -17,8 +17,6 @@
#include <asm/irq.h>
#include <asm/hardware.h>
#include <asm/mach-types.h>
static
void
xs80200_irq_mask
(
unsigned
int
irq
)
{
unsigned
long
intctl
;
...
...
arch/arm/mach-ixp4xx/common.c
View file @
33b347e0
...
...
@@ -30,7 +30,6 @@
#include <asm/hardware.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/mach-types.h>
#include <asm/pgtable.h>
#include <asm/page.h>
#include <asm/irq.h>
...
...
arch/arm/mach-omap/bus.c
View file @
33b347e0
...
...
@@ -39,7 +39,6 @@
#include <linux/spinlock.h>
#include <asm/hardware.h>
#include <asm/mach-types.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/mach/irq.h>
...
...
arch/arm/mach-s3c2410/s3c2410.c
View file @
33b347e0
...
...
@@ -31,7 +31,6 @@
#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
#include <asm/arch/regs-clock.h>
#include <asm/arch/regs-serial.h>
...
...
include/asm-arm/arch-lh7a40x/hardware.h
View file @
33b347e0
...
...
@@ -13,8 +13,6 @@
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H
#include <asm/mach-types.h>
#define io_p2v(x) (0xf0000000 | (((x) & 0xfff00000) >> 4) | ((x) & 0x0000ffff))
#define io_v2p(x) ( (((x) & 0x0fff0000) << 4) | ((x) & 0x0000ffff))
...
...
include/asm-arm/arch-omap/hardware.h
View file @
33b347e0
...
...
@@ -40,7 +40,6 @@
#ifndef __ASSEMBLER__
#include <asm/types.h>
#endif
#include <asm/mach-types.h>
/*
* ----------------------------------------------------------------------------
...
...
include/asm-arm/arch-omap/uncompress.h
View file @
33b347e0
...
...
@@ -20,7 +20,6 @@
#include <linux/config.h>
#include <linux/types.h>
#include <linux/serial_reg.h>
#include <asm/mach-types.h>
#include <asm/hardware.h>
#include <asm/arch/serial.h>
...
...
include/asm-arm/arch-pxa/hardware.h
View file @
33b347e0
...
...
@@ -13,9 +13,6 @@
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H
#include <asm/mach-types.h>
/*
* We requires absolute addresses.
*/
...
...
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