Explorar o código

[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
===================================================================
gregkh@suse.de %!s(int64=20) %!d(string=hai) anos
pai
achega
126eddfbf8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/base/driver.c

+ 1 - 1
drivers/base/driver.c

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