Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177071
b: refs/heads/master
c: a0ee203
h: refs/heads/master
i:
  177069: bb9f910
  177067: 431cd14
  177063: 556fa01
  177055: 7182b98
v: v3
  • Loading branch information
Dmitry Torokhov committed Dec 12, 2009
1 parent 2a7a0f1 commit 3de9e2d
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: 1def7afa748b964aeb0033d0cb78aabf3d3f3683
refs/heads/master: a0ee2037e10d7dce47caabbac19766d00632cccd
6 changes: 3 additions & 3 deletions trunk/drivers/input/serio/gscps2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2002 Thibaut Varene <varenet@parisc-linux.org>
*
* Pieces of code based on linux-2.4's hp_mouse.c & hp_keyb.c
* Copyright (c) 1999 Alex deVries <alex@onefishtwo.ca>
* Copyright (c) 1999 Alex deVries <alex@onefishtwo.ca>
* Copyright (c) 1999-2000 Philipp Rumpf <prumpf@tux.org>
* Copyright (c) 2000 Xavier Debacker <debackex@esiee.fr>
* Copyright (c) 2000-2001 Thomas Marteau <marteaut@esiee.fr>
Expand Down Expand Up @@ -326,7 +326,7 @@ static void gscps2_close(struct serio *port)
* @return: success/error report
*/

static int __init gscps2_probe(struct parisc_device *dev)
static int __devinit gscps2_probe(struct parisc_device *dev)
{
struct gscps2port *ps2port;
struct serio *serio;
Expand Down Expand Up @@ -443,7 +443,7 @@ static struct parisc_driver parisc_ps2_driver = {
.name = "gsc_ps2",
.id_table = gscps2_device_tbl,
.probe = gscps2_probe,
.remove = gscps2_remove,
.remove = __devexit_p(gscps2_remove),
};

static int __init gscps2_init(void)
Expand Down

0 comments on commit 3de9e2d

Please sign in to comment.