Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29119
b: refs/heads/master
c: 200739c
h: refs/heads/master
i:
  29117: 9e5bb6d
  29115: cad5392
  29111: 097f34a
  29103: 4fed771
  29087: c435b25
  29055: 2579713
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Apr 2, 2006
1 parent af2e7f1 commit 7f7aca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 1a36561607abf1405b56a41aac2fd163429cd1f8
refs/heads/master: 200739c179c63d21804e9e8e2ced265243831579
10 changes: 5 additions & 5 deletions trunk/drivers/acpi/asus_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ typedef int (proc_writefunc) (struct file * file, const char __user * buffer,
unsigned long count, void *data);

static int
__init asus_proc_add(char *name, proc_writefunc * writefunc,
asus_proc_add(char *name, proc_writefunc * writefunc,
proc_readfunc * readfunc, mode_t mode,
struct acpi_device *device)
{
Expand All @@ -836,7 +836,7 @@ __init asus_proc_add(char *name, proc_writefunc * writefunc,
return 0;
}

static int __init asus_hotk_add_fs(struct acpi_device *device)
static int asus_hotk_add_fs(struct acpi_device *device)
{
struct proc_dir_entry *proc;
mode_t mode;
Expand Down Expand Up @@ -954,7 +954,7 @@ static void asus_hotk_notify(acpi_handle handle, u32 event, void *data)
* This function is used to initialize the hotk with right values. In this
* method, we can make all the detection we want, and modify the hotk struct
*/
static int __init asus_hotk_get_info(void)
static int asus_hotk_get_info(void)
{
struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
struct acpi_buffer dsdt = { ACPI_ALLOCATE_BUFFER, NULL };
Expand Down Expand Up @@ -1101,7 +1101,7 @@ static int __init asus_hotk_get_info(void)
return AE_OK;
}

static int __init asus_hotk_check(void)
static int asus_hotk_check(void)
{
int result = 0;

Expand All @@ -1119,7 +1119,7 @@ static int __init asus_hotk_check(void)
return result;
}

static int __init asus_hotk_add(struct acpi_device *device)
static int asus_hotk_add(struct acpi_device *device)
{
acpi_status status = AE_OK;
int result;
Expand Down

0 comments on commit 7f7aca2

Please sign in to comment.