mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
[PATCH] driver core: change export symbol for driver_for_each_device()
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Index: linux-2.6.12-rc2/drivers/base/driver.c ===================================================================
This commit is contained in:
parent
4d12d2d953
commit
126eddfbf8
@ -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);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user