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
Kirill Smelkov
linux
Commits
deaaa245
Commit
deaaa245
authored
May 08, 2003
by
Chas Williams
Committed by
David S. Miller
May 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ATM]: Make he driver code more palatable.
parent
60a60de5
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
193 deletions
+22
-193
drivers/atm/he.c
drivers/atm/he.c
+22
-188
drivers/atm/he.h
drivers/atm/he.h
+0
-5
No files found.
drivers/atm/he.c
View file @
deaaa245
This diff is collapsed.
Click to expand it.
drivers/atm/he.h
View file @
deaaa245
...
@@ -371,13 +371,8 @@ struct he_vcc
...
@@ -371,13 +371,8 @@ struct he_vcc
int
rc_index
;
int
rc_index
;
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,1)
struct
wait_queue
*
rx_waitq
;
atruct
wait_queue
*
tx_waitq
;
#else
wait_queue_head_t
rx_waitq
;
wait_queue_head_t
rx_waitq
;
wait_queue_head_t
tx_waitq
;
wait_queue_head_t
tx_waitq
;
#endif
};
};
#define HE_VCC(vcc) ((struct he_vcc *)(vcc->dev_data))
#define HE_VCC(vcc) ((struct he_vcc *)(vcc->dev_data))
...
...
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