Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
946ea099
Commit
946ea099
authored
Jun 29, 2006
by
David S. Miller
Committed by
David S. Miller
Jun 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Kill interrupt stuff and linux_phandle from device_node.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
ee5caf0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
include/asm-sparc/prom.h
include/asm-sparc/prom.h
+0
-8
include/asm-sparc64/prom.h
include/asm-sparc64/prom.h
+0
-8
No files found.
include/asm-sparc/prom.h
View file @
946ea099
...
...
@@ -25,11 +25,6 @@
typedef
u32
phandle
;
typedef
u32
ihandle
;
struct
interrupt_info
{
int
line
;
int
sense
;
/* +ve/-ve logic, edge or level, etc. */
};
struct
property
{
char
*
name
;
int
length
;
...
...
@@ -43,9 +38,6 @@ struct device_node {
char
*
name
;
char
*
type
;
phandle
node
;
phandle
linux_phandle
;
int
n_intrs
;
struct
interrupt_info
*
intrs
;
char
*
path_component_name
;
char
*
full_name
;
...
...
include/asm-sparc64/prom.h
View file @
946ea099
...
...
@@ -25,11 +25,6 @@
typedef
u32
phandle
;
typedef
u32
ihandle
;
struct
interrupt_info
{
int
line
;
int
sense
;
/* +ve/-ve logic, edge or level, etc. */
};
struct
property
{
char
*
name
;
int
length
;
...
...
@@ -43,9 +38,6 @@ struct device_node {
char
*
name
;
char
*
type
;
phandle
node
;
phandle
linux_phandle
;
int
n_intrs
;
struct
interrupt_info
*
intrs
;
char
*
path_component_name
;
char
*
full_name
;
...
...
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