Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58674
b: refs/heads/master
c: bf74b96
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jul 10, 2007
1 parent 68ad7e5 commit ad99eb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46cc84bf412f95610b25e59d575aada6a5512f3a
refs/heads/master: bf74b964775009071cf12f9d59d4dd5e388fbe0b
6 changes: 3 additions & 3 deletions trunk/drivers/tc/zs.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static struct console sercons;
static unsigned long break_pressed; /* break, really ... */
#endif

static unsigned char zs_init_regs[16] __initdata = {
static unsigned char zs_init_regs[16] = {
0, /* write 0 */
0, /* write 1 */
0, /* write 2 */
Expand Down Expand Up @@ -1581,7 +1581,7 @@ static void __init show_serial_version(void)
/* Initialize Z8530s zs_channels
*/

static void __init probe_sccs(void)
static void probe_sccs(void)
{
struct dec_serial **pp;
int i, n, n_chips = 0, n_channels, chip, channel;
Expand Down Expand Up @@ -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 __init serial_console_setup(struct console *co, char *options)
static int serial_console_setup(struct console *co, char *options)
{
struct dec_serial *info;
int baud = 9600;
Expand Down

0 comments on commit ad99eb3

Please sign in to comment.