ACPI: static acpi_chain_head

2008-02-14 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c8e773fa4f6a999a80d9fa3836f412e259ab6fa1
Commit: c8e773fa4f6a999a80d9fa3836f412e259ab6fa1
Parent: adba2a876c1c971980f9bb3c6c8e20c61490647b
Author: Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 23:29:57 2008 +0200
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 01:04:18 2008 -0500

ACPI: static acpi_chain_head

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/event.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c
index 5479dc0..abec1ca 100644
--- a/drivers/acpi/event.c
+++ b/drivers/acpi/event.c
@@ -110,7 +110,7 @@ static const struct file_operations acpi_system_event_ops = 
{
 #endif /* CONFIG_ACPI_PROC_EVENT */
 
 /* ACPI notifier chain */
-BLOCKING_NOTIFIER_HEAD(acpi_chain_head);
+static BLOCKING_NOTIFIER_HEAD(acpi_chain_head);
 
 int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


ACPI: static acpi_find_dsdt_initrd()

2008-02-14 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=adba2a876c1c971980f9bb3c6c8e20c61490647b
Commit: adba2a876c1c971980f9bb3c6c8e20c61490647b
Parent: bfaed45e30f19bb4cee779f3229d2744bc2b2c46
Author: Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 23:29:58 2008 +0200
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 01:03:37 2008 -0500

ACPI: static acpi_find_dsdt_initrd()

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/osl.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index 346f049..b51954d 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -325,7 +325,7 @@ acpi_os_predefined_override(const struct 
acpi_predefined_names *init_val,
 }
 
 #ifdef CONFIG_ACPI_CUSTOM_DSDT_INITRD
-struct acpi_table_header *acpi_find_dsdt_initrd(void)
+static struct acpi_table_header *acpi_find_dsdt_initrd(void)
 {
struct file *firmware_file;
mm_segment_t oldfs;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


ACPI: static acpi_no_initrd_override_setup()

2008-02-14 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bfaed45e30f19bb4cee779f3229d2744bc2b2c46
Commit: bfaed45e30f19bb4cee779f3229d2744bc2b2c46
Parent: 1d5a2b54f39cab8ab8bee5290798ea6516c4a68c
Author: Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 23:30:00 2008 +0200
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 01:02:16 2008 -0500

ACPI: static acpi_no_initrd_override_setup()

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Acked-by: Eric Piel <[EMAIL PROTECTED]>
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/osl.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index 15e6023..346f049 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -419,7 +419,7 @@ acpi_os_table_override(struct acpi_table_header * 
existing_table,
 }
 
 #ifdef CONFIG_ACPI_CUSTOM_DSDT_INITRD
-int __init acpi_no_initrd_override_setup(char *s)
+static int __init acpi_no_initrd_override_setup(char *s)
 {
acpi_no_initrd_override = 1;
return 1;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


ACPI: static

2007-08-12 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e13d87473284131a7ead8121d5d29345101f68a4
Commit: e13d87473284131a7ead8121d5d29345101f68a4
Parent: 3864e8ccbba1dcdea87398ab80fdc8ae0fab7c45
Author: Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 10 13:45:18 2007 -0700
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Sat Aug 11 22:28:34 2007 -0400

ACPI: static

Make the needlessly global "acpi_event_seqnum" static.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/event.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c
index dfa5853..95637a4 100644
--- a/drivers/acpi/event.c
+++ b/drivers/acpi/event.c
@@ -108,7 +108,7 @@ static const struct file_operations acpi_system_event_ops = 
{
 };
 
 #ifdef CONFIG_NET
-unsigned int acpi_event_seqnum;
+static unsigned int acpi_event_seqnum;
 struct acpi_genl_event {
acpi_device_class device_class;
char bus_id[15];
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


ACPI: static

2007-07-22 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c5cf8aa5849819958311644ffaf8467e9fcf07e
Commit: 6c5cf8aa5849819958311644ffaf8467e9fcf07e
Parent: ff55a9cebab02403f942121e2f898bb06ecfffbb
Author: Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 3 00:53:12 2007 -0400
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Tue Jul 3 00:53:12 2007 -0400

ACPI: static

make 2 needlessly global functions static.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/processor_throttling.c |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/processor_throttling.c 
b/drivers/acpi/processor_throttling.c
index 3a2e9a6..3f55d1f 100644
--- a/drivers/acpi/processor_throttling.c
+++ b/drivers/acpi/processor_throttling.c
@@ -410,7 +410,8 @@ static int acpi_processor_get_throttling(struct 
acpi_processor *pr)
return pr->throttling.acpi_processor_get_throttling(pr);
 }
 
-int acpi_processor_set_throttling_fadt(struct acpi_processor *pr, int state)
+static int acpi_processor_set_throttling_fadt(struct acpi_processor *pr,
+ int state)
 {
u32 value = 0;
u32 duty_mask = 0;
@@ -482,7 +483,8 @@ int acpi_processor_set_throttling_fadt(struct 
acpi_processor *pr, int state)
return 0;
 }
 
-int acpi_processor_set_throttling_ptc(struct acpi_processor *pr, int state)
+static int acpi_processor_set_throttling_ptc(struct acpi_processor *pr,
+int state)
 {
u32 value = 0;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


ACPI: static

2007-07-22 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3312111d1bd1a409892031f7979c57a52b01185c
Commit: 3312111d1bd1a409892031f7979c57a52b01185c
Parent: 072971d7d3e70ddac5c5be3436d929470cc2b3fb
Author: Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 3 00:56:05 2007 -0400
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Tue Jul 3 00:56:05 2007 -0400

ACPI: static

make the needlessly global osi_linux static.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/osl.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index 3f244eb..5cfb7b5 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -77,7 +77,7 @@ static struct workqueue_struct *kacpi_notify_wq;
 #defineOSI_STRING_LENGTH_MAX 64/* arbitrary */
 static char osi_additional_string[OSI_STRING_LENGTH_MAX];
 
-int osi_linux; /* disable _OSI(Linux) by default */
+static int osi_linux;  /* disable _OSI(Linux) by default */
 
 #ifdef CONFIG_DMI
 static struct __initdata dmi_system_id acpi_osl_dmi_table[];
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html