Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13510
b: refs/heads/master
c: cf62ddc
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 9, 2005
1 parent b28174c commit 1928b7c
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: 0ce6e62bd6591777bd92873e2db93fdbc5228122
refs/heads/master: cf62ddce2ee137ff92ad11ae762338b864f1dee5
4 changes: 2 additions & 2 deletions trunk/drivers/char/sysrq.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ struct sysrq_key_op *__sysrq_get_key_op (int key) {
return op_p;
}

void __sysrq_put_key_op (int key, struct sysrq_key_op *op_p) {
static void __sysrq_put_key_op (int key, struct sysrq_key_op *op_p) {
int i;

i = sysrq_key_table_key2index(key);
Expand Down Expand Up @@ -419,7 +419,7 @@ void handle_sysrq(int key, struct pt_regs *pt_regs, struct tty_struct *tty)
__handle_sysrq(key, pt_regs, tty, 1);
}

int __sysrq_swap_key_ops(int key, struct sysrq_key_op *insert_op_p,
static int __sysrq_swap_key_ops(int key, struct sysrq_key_op *insert_op_p,
struct sysrq_key_op *remove_op_p) {

int retval;
Expand Down

0 comments on commit 1928b7c

Please sign in to comment.