diff options
Diffstat (limited to 'drivers/sh')
-rw-r--r-- | drivers/sh/maple/maple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sh/maple/maple.c b/drivers/sh/maple/maple.c index a6b4dc3cfcba..be77a39f224c 100644 --- a/drivers/sh/maple/maple.c +++ b/drivers/sh/maple/maple.c | |||
@@ -94,6 +94,7 @@ void maple_driver_unregister(struct maple_driver *drv) | |||
94 | { | 94 | { |
95 | driver_unregister(&drv->drv); | 95 | driver_unregister(&drv->drv); |
96 | } | 96 | } |
97 | EXPORT_SYMBOL_GPL(maple_driver_unregister); | ||
97 | 98 | ||
98 | /* set hardware registers to enable next round of dma */ | 99 | /* set hardware registers to enable next round of dma */ |
99 | static void maplebus_dma_reset(void) | 100 | static void maplebus_dma_reset(void) |