[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:
Родитель
4d12d2d953
Коммит
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);
|
||||
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче