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
cca1adee
Commit
cca1adee
authored
Dec 09, 2002
by
Henrique Gobbi
Committed by
Linus Torvalds
Dec 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] cyclades.c compile fix
parent
ebdef6d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/char/cyclades.c
drivers/char/cyclades.c
+2
-2
No files found.
drivers/char/cyclades.c
View file @
cca1adee
...
...
@@ -12,7 +12,7 @@ static char rcsid[] =
*
* Initially written by Randolph Bentson <bentson@grieg.seaslug.org>.
* Modified and maintained by Marcio Saito <marcio@cyclades.com>.
* Currently maintained by
Ivan Passos <ivan
@cyclades.com>.
* Currently maintained by
Henrique Gobbi <henrique.gobbi
@cyclades.com>.
*
* For Technical support and installation problems, please send e-mail
* to support@cyclades.com.
...
...
@@ -884,7 +884,7 @@ static long cyz_polling_cycle = CZ_DEF_POLL;
static
int
cyz_timeron
=
0
;
static
struct
timer_list
cyz_timerlist
=
TIMER_INITIALIZER
(
cyz_poll
,
0
,
0
);
}
;
#else
/* CONFIG_CYZ_INTR */
static
void
cyz_rx_restart
(
unsigned
long
);
static
struct
timer_list
cyz_rx_full_timer
[
NR_PORTS
];
...
...
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