Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
9efc3715
Commit
9efc3715
authored
Jun 29, 2006
by
David S. Miller
Committed by
David S. Miller
Jun 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
1708d242
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
drivers/serial/sunsu.c
drivers/serial/sunsu.c
+5
-1
drivers/serial/sunzilog.c
drivers/serial/sunzilog.c
+1
-0
No files found.
drivers/serial/sunsu.c
View file @
9efc3715
...
...
@@ -12,7 +12,7 @@
* Theodore Ts'o <tytso@mit.edu>, 2001-Oct-12
*
* Converted to new 2.5.x UART layer.
* David S. Miller (davem@
redhat.com
), 2002-Jul-29
* David S. Miller (davem@
davemloft.net
), 2002-Jul-29
*/
#include <linux/config.h>
...
...
@@ -1552,4 +1552,8 @@ static void __exit sunsu_exit(void)
module_init
(
sunsu_init
);
module_exit
(
sunsu_exit
);
MODULE_AUTHOR
(
"Eddie C. Dost, Peter Zaitcev, and David S. Miller"
);
MODULE_DESCRIPTION
(
"Sun SU serial port driver"
);
MODULE_VERSION
(
"2.0"
);
MODULE_LICENSE
(
"GPL"
);
drivers/serial/sunzilog.c
View file @
9efc3715
...
...
@@ -1515,4 +1515,5 @@ module_exit(sunzilog_exit);
MODULE_AUTHOR
(
"David S. Miller"
);
MODULE_DESCRIPTION
(
"Sun Zilog serial port driver"
);
MODULE_VERSION
(
"2.0"
);
MODULE_LICENSE
(
"GPL"
);
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