Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
96532151
Commit
96532151
authored
Jul 11, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "[MIPS] DEC: Fix modpost warning."
This reverts commit 8713762acf341edea9d25d6a4817f235c67bc004.
parent
3bd39664
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/tc/zs.c
drivers/tc/zs.c
+3
-3
No files found.
drivers/tc/zs.c
View file @
96532151
...
...
@@ -143,7 +143,7 @@ static struct console sercons;
static
unsigned
long
break_pressed
;
/* break, really ... */
#endif
static
unsigned
char
zs_init_regs
[
16
]
=
{
static
unsigned
char
zs_init_regs
[
16
]
__initdata
=
{
0
,
/* write 0 */
0
,
/* write 1 */
0
,
/* write 2 */
...
...
@@ -1581,7 +1581,7 @@ static void __init show_serial_version(void)
/* Initialize Z8530s zs_channels
*/
static
void
probe_sccs
(
void
)
static
void
__init
probe_sccs
(
void
)
{
struct
dec_serial
**
pp
;
int
i
,
n
,
n_chips
=
0
,
n_channels
,
chip
,
channel
;
...
...
@@ -1923,7 +1923,7 @@ static struct tty_driver *serial_console_device(struct console *c, int *index)
* - initialize the serial port
* Return non-zero if we didn't find a serial port.
*/
static
int
serial_console_setup
(
struct
console
*
co
,
char
*
options
)
static
int
__init
serial_console_setup
(
struct
console
*
co
,
char
*
options
)
{
struct
dec_serial
*
info
;
int
baud
=
9600
;
...
...
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