Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
a02f45cf
Commit
a02f45cf
authored
Dec 14, 2008
by
Russell King
Committed by
Russell King
Dec 14, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] move asm/xip.h's mach/hardware.h include to mach/xip.h
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
6ce1b871
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
arch/arm/include/asm/mtd-xip.h
arch/arm/include/asm/mtd-xip.h
+0
-1
arch/arm/mach-pxa/include/mach/mtd-xip.h
arch/arm/mach-pxa/include/mach/mtd-xip.h
+1
-0
arch/arm/mach-sa1100/include/mach/mtd-xip.h
arch/arm/mach-sa1100/include/mach/mtd-xip.h
+2
-0
No files found.
arch/arm/include/asm/mtd-xip.h
View file @
a02f45cf
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
#ifndef __ARM_MTD_XIP_H__
#ifndef __ARM_MTD_XIP_H__
#define __ARM_MTD_XIP_H__
#define __ARM_MTD_XIP_H__
#include <mach/hardware.h>
#include <mach/mtd-xip.h>
#include <mach/mtd-xip.h>
/* fill instruction prefetch */
/* fill instruction prefetch */
...
...
arch/arm/mach-pxa/include/mach/mtd-xip.h
View file @
a02f45cf
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
#ifndef __ARCH_PXA_MTD_XIP_H__
#ifndef __ARCH_PXA_MTD_XIP_H__
#define __ARCH_PXA_MTD_XIP_H__
#define __ARCH_PXA_MTD_XIP_H__
#include <mach/hardware.h>
#include <mach/pxa-regs.h>
#include <mach/pxa-regs.h>
#define xip_irqpending() (ICIP & ICMR)
#define xip_irqpending() (ICIP & ICMR)
...
...
arch/arm/mach-sa1100/include/mach/mtd-xip.h
View file @
a02f45cf
...
@@ -15,6 +15,8 @@
...
@@ -15,6 +15,8 @@
#ifndef __ARCH_SA1100_MTD_XIP_H__
#ifndef __ARCH_SA1100_MTD_XIP_H__
#define __ARCH_SA1100_MTD_XIP_H__
#define __ARCH_SA1100_MTD_XIP_H__
#include <mach/hardware.h>
#define xip_irqpending() (ICIP & ICMR)
#define xip_irqpending() (ICIP & ICMR)
/* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
/* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
...
...
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