[TCP]: Change tcp_diag to use the existing __RTA_PUT() macro.
[powerpc.git] / drivers / base / driver.c
index f789b6c..1b64588 100644 (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);
 
 
 /**