Re: [PATCH] Driver Core patches for 2.6.9

From: Greg KH
Date: Tue Oct 19 2004 - 13:17:22 EST


ChangeSet 1.1946.10.15, 2004/09/24 19:25:13-07:00, mochel@xxxxxxxxxxxxxxxxxx

[driver core] Change symbol exports to GPL only in power/suspend.c.

Signed-off-by: Patrick Mochel <mochel@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/base/power/suspend.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/base/power/suspend.c b/drivers/base/power/suspend.c
--- a/drivers/base/power/suspend.c 2004-10-19 09:21:01 -07:00
+++ b/drivers/base/power/suspend.c 2004-10-19 09:21:01 -07:00
@@ -100,7 +100,7 @@
goto Done;
}

-EXPORT_SYMBOL(device_suspend);
+EXPORT_SYMBOL_GPL(device_suspend);


/**
@@ -132,5 +132,5 @@
goto Done;
}

-EXPORT_SYMBOL(device_power_down);
+EXPORT_SYMBOL_GPL(device_power_down);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/