[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:
gregkh@suse.de 2005-03-22 12:17:13 -08:00 committed by Greg Kroah-Hartman
parent 4d12d2d953
commit 126eddfbf8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
/**