Re: [PATCH] Driver Core patches for 2.6.9

From: Greg KH
Date: Fri Oct 22 2004 - 02:56:05 EST


ChangeSet 1.1946.10.14, 2004/09/24 19:24:17-07:00, mochel@xxxxxxxxxxxxxxxxxx

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

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


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


diff -Nru a/drivers/base/power/resume.c b/drivers/base/power/resume.c
--- a/drivers/base/power/resume.c 2004-10-19 09:21:06 -07:00
+++ b/drivers/base/power/resume.c 2004-10-19 09:21:06 -07:00
@@ -58,7 +58,7 @@
up(&dpm_sem);
}

-EXPORT_SYMBOL(device_resume);
+EXPORT_SYMBOL_GPL(device_resume);


/**
@@ -97,6 +97,6 @@
dpm_power_up();
}

-EXPORT_SYMBOL(device_power_up);
+EXPORT_SYMBOL_GPL(device_power_up);



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