Re: [PATCH] Driver Core patches for 2.6.9

From: Greg KH
Date: Fri Oct 22 2004 - 01:11:51 EST


ChangeSet 1.1946.10.13, 2004/09/24 19:23:11-07:00, mochel@xxxxxxxxxxxxxxxxxx

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

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


drivers/base/power/main.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/base/power/main.c b/drivers/base/power/main.c
--- a/drivers/base/power/main.c 2004-10-19 09:21:12 -07:00
+++ b/drivers/base/power/main.c 2004-10-19 09:21:12 -07:00
@@ -66,7 +66,7 @@
dev->power.pm_parent = parent;
device_pm_hold(parent);
}
-EXPORT_SYMBOL(device_pm_set_parent);
+EXPORT_SYMBOL_GPL(device_pm_set_parent);

int device_pm_add(struct device * dev)
{

-
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/