All of lore.kernel.org
 help / color / mirror / Atom feed
* acpi_button misses some static's
@ 2003-01-09 21:52 Pavel Machek
  0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2003-01-09 21:52 UTC (permalink / raw)
  To: Rusty trivial patch monkey Russell, kernel list

Hi!

This adds them, please apply.
								Pavel
--- clean/drivers/acpi/button.c	2002-12-25 23:59:15.000000000 +0100
+++ linux-swsusp/drivers/acpi/button.c	2003-01-06 00:11:23.000000000 +0100
@@ -68,8 +68,8 @@
 MODULE_LICENSE("GPL");
 
 
-int acpi_button_add (struct acpi_device *device);
-int acpi_button_remove (struct acpi_device *device, int type);
+static int acpi_button_add (struct acpi_device *device);
+static int acpi_button_remove (struct acpi_device *device, int type);
 static int acpi_button_open_fs(struct inode *inode, struct file *file);
 
 static struct acpi_driver acpi_button_driver = {
@@ -236,7 +236,7 @@
 }
 
 
-int
+static int
 acpi_button_add (
 	struct acpi_device	*device)
 {
@@ -386,7 +386,7 @@
 }
 
 
-int
+static int
 acpi_button_remove (struct acpi_device *device, int type)
 {
 	acpi_status		status = 0;

-- 
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?

^ permalink raw reply	[flat|nested] 2+ messages in thread
* RE: acpi_button misses some static's
@ 2003-01-09 22:10 Grover, Andrew
  0 siblings, 0 replies; 2+ messages in thread
From: Grover, Andrew @ 2003-01-09 22:10 UTC (permalink / raw)
  To: Pavel Machek, Rusty trivial patch monkey Russell, kernel list

Already applied to my local tree, will be in the next ACPI patch, which
should be very soon.

> From: Pavel Machek [mailto:pavel@ucw.cz] 
> This adds them, please apply.

Thanks -- Regards -- Andy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-09 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 21:52 acpi_button misses some static's Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2003-01-09 22:10 Grover, Andrew

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.