Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54988
b: refs/heads/master
c: f3e5d2b
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Paul Mackerras committed May 2, 2007
1 parent 8b4a200 commit 2c2b455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: a3cf4bdef090530cf2e07dcd45265107db6e4752
refs/heads/master: f3e5d2bf52514bb92b46bf866d20cc53bbbeb0fb
8 changes: 4 additions & 4 deletions trunk/drivers/macintosh/mac_hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static int mouse_last_keycode;

#if defined(CONFIG_SYSCTL)
/* file(s) in /proc/sys/dev/mac_hid */
ctl_table mac_hid_files[] = {
static ctl_table mac_hid_files[] = {
{
.ctl_name = DEV_MAC_HID_MOUSE_BUTTON_EMULATION,
.procname = "mouse_button_emulation",
Expand Down Expand Up @@ -53,7 +53,7 @@ ctl_table mac_hid_files[] = {
};

/* dir in /proc/sys/dev */
ctl_table mac_hid_dir[] = {
static ctl_table mac_hid_dir[] = {
{
.ctl_name = DEV_MAC_HID,
.procname = "mac_hid",
Expand All @@ -65,7 +65,7 @@ ctl_table mac_hid_dir[] = {
};

/* /proc/sys/dev itself, in case that is not there yet */
ctl_table mac_hid_root_dir[] = {
static ctl_table mac_hid_root_dir[] = {
{
.ctl_name = CTL_DEV,
.procname = "dev",
Expand Down Expand Up @@ -127,7 +127,7 @@ static int emumousebtn_input_register(void)
return ret;
}

int __init mac_hid_init(void)
static int __init mac_hid_init(void)
{
int err;

Expand Down

0 comments on commit 2c2b455

Please sign in to comment.