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
f0e49eb0
Commit
f0e49eb0
authored
Sep 06, 2014
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
greybus: uart-gb: remove unneeded THIS_MODULE setting
parent
7fabc884
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
drivers/staging/greybus/uart-gb.c
drivers/staging/greybus/uart-gb.c
+0
-1
No files found.
drivers/staging/greybus/uart-gb.c
View file @
f0e49eb0
...
...
@@ -483,7 +483,6 @@ int __init gb_tty_init(void)
goto
fail_unregister_dev
;
}
gb_tty_driver
->
owner
=
THIS_MODULE
;
gb_tty_driver
->
driver_name
=
"gb"
;
gb_tty_driver
->
name
=
GB_NAME
;
gb_tty_driver
->
major
=
MAJOR
(
dev
);
...
...
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