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
df7b86f3
Commit
df7b86f3
authored
Jun 04, 2012
by
Richard Weinberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
um: Remove dead code
Signed-off-by:
Richard Weinberger
<
richard@nod.at
>
parent
d003e982
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
arch/um/drivers/ssl.c
arch/um/drivers/ssl.c
+0
-26
No files found.
arch/um/drivers/ssl.c
View file @
df7b86f3
...
...
@@ -98,27 +98,6 @@ static int ssl_open(struct tty_struct *tty, struct file *filp)
return
err
;
}
#if 0
static void ssl_flush_buffer(struct tty_struct *tty)
{
return;
}
static void ssl_stop(struct tty_struct *tty)
{
printk(KERN_ERR "Someone should implement ssl_stop\n");
}
static void ssl_start(struct tty_struct *tty)
{
printk(KERN_ERR "Someone should implement ssl_start\n");
}
void ssl_hangup(struct tty_struct *tty)
{
}
#endif
static
const
struct
tty_operations
ssl_ops
=
{
.
open
=
ssl_open
,
.
close
=
line_close
,
...
...
@@ -131,11 +110,6 @@ static const struct tty_operations ssl_ops = {
.
set_termios
=
line_set_termios
,
.
throttle
=
line_throttle
,
.
unthrottle
=
line_unthrottle
,
#if 0
.stop = ssl_stop,
.start = ssl_start,
.hangup = ssl_hangup,
#endif
};
/* Changed by ssl_init and referenced by ssl_exit, which are both serialized
...
...
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