diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2008-08-03 21:58:24 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2008-08-03 21:58:24 -0400 |
| commit | 617870632de6739fca0893f3e6648e9ae1bd0ddb (patch) | |
| tree | cad36762206a99ee6317290f3d58d818f18f5c58 /drivers/sh | |
| parent | 63870295de9adb365cd121dab94379b8cfdf986a (diff) | |
maple: Kill useless private_data pointer.
We can simply wrap in to the dev_set/get_drvdata(), there's no reason
to track an extra level of private data on top of the struct device.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 a6b4dc3cfcb..be77a39f224 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) |
