Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84354
b: refs/heads/master
c: cec69c3
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and Dmitry Torokhov committed Jan 31, 2008
1 parent 0d155d8 commit 9753f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3f79b1e94002791a42837a46b5817e87a0ac0873
refs/heads/master: cec69c376be132a6afdc55b8090a389eaa3cd770
4 changes: 2 additions & 2 deletions trunk/drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ static int input_devices_seq_show(struct seq_file *seq, void *v)
return 0;
}

static struct seq_operations input_devices_seq_ops = {
static const struct seq_operations input_devices_seq_ops = {
.start = input_devices_seq_start,
.next = input_devices_seq_next,
.stop = input_devices_seq_stop,
Expand Down Expand Up @@ -874,7 +874,7 @@ static int input_handlers_seq_show(struct seq_file *seq, void *v)

return 0;
}
static struct seq_operations input_handlers_seq_ops = {
static const struct seq_operations input_handlers_seq_ops = {
.start = input_handlers_seq_start,
.next = input_handlers_seq_next,
.stop = input_handlers_seq_stop,
Expand Down

0 comments on commit 9753f79

Please sign in to comment.