Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353913
b: refs/heads/master
c: d9f5420
h: refs/heads/master
i:
  353911: a23fe55
v: v3
  • Loading branch information
Samuel Thibault authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 9fbccdb commit 1ea7647
Show file tree
Hide file tree
Showing 3 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: ca2beaf84d9678c12b17d92623f0e90829d6ca13
refs/heads/master: d9f5420268ca9b2bbe62f14757fac3e10eaf1ebf
2 changes: 1 addition & 1 deletion trunk/drivers/staging/speakup/fakekey.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define PRESSED 1
#define RELEASED 0

DEFINE_PER_CPU(bool, reporting_keystroke);
static DEFINE_PER_CPU(bool, reporting_keystroke);

static struct input_dev *virt_keyboard;

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/speakup/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,14 @@ DEFINE_MUTEX(spk_mutex);
static int keyboard_notifier_call(struct notifier_block *,
unsigned long code, void *param);

struct notifier_block keyboard_notifier_block = {
static struct notifier_block keyboard_notifier_block = {
.notifier_call = keyboard_notifier_call,
};

static int vt_notifier_call(struct notifier_block *,
unsigned long code, void *param);

struct notifier_block vt_notifier_block = {
static struct notifier_block vt_notifier_block = {
.notifier_call = vt_notifier_call,
};

Expand Down

0 comments on commit 1ea7647

Please sign in to comment.