diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/base/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/driver.c b/drivers/base/driver.c index f789b6cb4b56..1b645886e9eb 100644 --- a/drivers/base/driver.c +++ b/drivers/base/driver.c | |||
@@ -52,7 +52,7 @@ int driver_for_each_device(struct device_driver * drv, struct device * start, | |||
52 | return error; | 52 | return error; |
53 | } | 53 | } |
54 | 54 | ||
55 | EXPORT_SYMBOL(driver_for_each_device); | 55 | EXPORT_SYMBOL_GPL(driver_for_each_device); |
56 | 56 | ||
57 | 57 | ||
58 | /** | 58 | /** |