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

From: Greg KH
Date: Mon Jun 20 2005 - 19:46:14 EST


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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

Index: linux-2.6.12-rc2/drivers/base/driver.c
===================================================================

---
commit 126eddfbf8cae8a20c22708192bffcbd77c8a889
tree 204287a611f015bb68f96d3be1135d2e93826b35
parent 4d12d2d953ca5e299de6a653f1d0478f670d7bc6
author gregkh@xxxxxxx <gregkh@xxxxxxx> Tue, 22 Mar 2005 12:17:13 -0800
committer Greg Kroah-Hartman <gregkh@xxxxxxx> Mon, 20 Jun 2005 15:15:24 -0700

drivers/base/driver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/base/driver.c b/drivers/base/driver.c
--- a/drivers/base/driver.c
+++ b/drivers/base/driver.c
@@ -52,7 +52,7 @@ int driver_for_each_device(struct device
return error;
}

-EXPORT_SYMBOL(driver_for_each_device);
+EXPORT_SYMBOL_GPL(driver_for_each_device);


/**

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/