Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E-EXK4 - Operating System Group
projects
Linux
Commits
df7b86f3
Commit
df7b86f3
authored
12 years ago
by
Richard Weinberger
Browse files
Options
Downloads
Patches
Plain Diff
um: Remove dead code
Signed-off-by:
Richard Weinberger
<
richard@nod.at
>
parent
d003e982
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/um/drivers/ssl.c
+0
-26
0 additions, 26 deletions
arch/um/drivers/ssl.c
with
0 additions
and
26 deletions
arch/um/drivers/ssl.c
+
0
−
26
View file @
df7b86f3
...
@@ -98,27 +98,6 @@ static int ssl_open(struct tty_struct *tty, struct file *filp)
...
@@ -98,27 +98,6 @@ static int ssl_open(struct tty_struct *tty, struct file *filp)
return
err
;
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
=
{
static
const
struct
tty_operations
ssl_ops
=
{
.
open
=
ssl_open
,
.
open
=
ssl_open
,
.
close
=
line_close
,
.
close
=
line_close
,
...
@@ -131,11 +110,6 @@ static const struct tty_operations ssl_ops = {
...
@@ -131,11 +110,6 @@ static const struct tty_operations ssl_ops = {
.
set_termios
=
line_set_termios
,
.
set_termios
=
line_set_termios
,
.
throttle
=
line_throttle
,
.
throttle
=
line_throttle
,
.
unthrottle
=
line_unthrottle
,
.
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
/* Changed by ssl_init and referenced by ssl_exit, which are both serialized
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment