* [PATCH] sonypi section usage
@ 2004-03-08 3:53 Randy.Dunlap
2004-03-08 13:59 ` Stelian Pop
0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2004-03-08 3:53 UTC (permalink / raw)
To: lkml; +Cc: stelian
Hi Stelian,
Please apply to 2.6.current.
Thanks,
--
~Randy
// Linux 2.6.4-rc2
// sonypi_type[12]_srs() are called by sonypi_pm_callback()
// so they shouldn't be marked as __devinit;
diffstat:=
drivers/char/sonypi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -Naurp ./drivers/char/sonypi.c~sonypi_init ./drivers/char/sonypi.c
--- ./drivers/char/sonypi.c~sonypi_init 2004-02-17 19:58:47.000000000 -0800
+++ ./drivers/char/sonypi.c 2004-03-07 14:59:19.000000000 -0800
@@ -129,7 +129,7 @@ static int ec_read16(u8 addr, u16 *value
}
/* Initializes the device - this comes from the AML code in the ACPI bios */
-static void __devinit sonypi_type1_srs(void) {
+static void sonypi_type1_srs(void) {
u32 v;
pci_read_config_dword(sonypi_device.dev, SONYPI_G10A, &v);
@@ -151,7 +151,7 @@ static void __devinit sonypi_type1_srs(v
pci_write_config_dword(sonypi_device.dev, SONYPI_G10A, v);
}
-static void __devinit sonypi_type2_srs(void) {
+static void sonypi_type2_srs(void) {
if (sonypi_ec_write(SONYPI_SHIB, (sonypi_device.ioport1 & 0xFF00) >> 8))
printk(KERN_WARNING "ec_write failed\n");
if (sonypi_ec_write(SONYPI_SLOB, sonypi_device.ioport1 & 0x00FF))
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sonypi section usage
2004-03-08 3:53 [PATCH] sonypi section usage Randy.Dunlap
@ 2004-03-08 13:59 ` Stelian Pop
0 siblings, 0 replies; 2+ messages in thread
From: Stelian Pop @ 2004-03-08 13:59 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: lkml
On Sun, Mar 07, 2004 at 07:53:49PM -0800, Randy.Dunlap wrote:
> Hi Stelian,
>
> Please apply to 2.6.current.
Thanks Randy, applied to my tree and will send it to
Linus with the next round of updates.
Stelian.
--
Stelian Pop <stelian@popies.net>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-08 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-08 3:53 [PATCH] sonypi section usage Randy.Dunlap
2004-03-08 13:59 ` Stelian Pop
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®