提交 126eddfb 编写于 作者: G gregkh@suse.de 提交者: Greg Kroah-Hartman

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

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

Index: linux-2.6.12-rc2/drivers/base/driver.c
===================================================================
上级 4d12d2d9
......@@ -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);
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册