From: gregkh@suse.de Date: Tue, 22 Mar 2005 20:17:13 +0000 (-0800) Subject: [PATCH] driver core: change export symbol for driver_for_each_device() X-Git-Tag: v2.6.13-rc4~130^2~203^2^2~35 X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=126eddfbf8cae8a20c22708192bffcbd77c8a889;p=linux-2.6-omap-h63xx.git [PATCH] driver core: change export symbol for driver_for_each_device() Signed-off-by: Greg Kroah-Hartman Index: linux-2.6.12-rc2/drivers/base/driver.c =================================================================== --- diff --git a/drivers/base/driver.c b/drivers/base/driver.c index f789b6cb4b5..1b645886e9e 100644 --- a/drivers/base/driver.c +++ b/drivers/base/driver.c @@ -52,7 +52,7 @@ int driver_for_each_device(struct device_driver * drv, struct device * start, return error; } -EXPORT_SYMBOL(driver_for_each_device); +EXPORT_SYMBOL_GPL(driver_for_each_device); /**