Commit 126eddfb authored by gregkh@suse.de's avatar gregkh@suse.de Committed by Greg Kroah-Hartman

[PATCH] driver core: change export symbol for driver_for_each_device()

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>

Index: linux-2.6.12-rc2/drivers/base/driver.c
===================================================================
parent 4d12d2d9
...@@ -52,7 +52,7 @@ int driver_for_each_device(struct device_driver * drv, struct device * start, ...@@ -52,7 +52,7 @@ int driver_for_each_device(struct device_driver * drv, struct device * start,
return error; return error;
} }
EXPORT_SYMBOL(driver_for_each_device); EXPORT_SYMBOL_GPL(driver_for_each_device);
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment