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))
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 <[email protected]>