diff options
-rw-r--r-- | drivers/dma/iop-adma.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index e82e39e5da3b..ea5440dd10dc 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c | |||
@@ -1413,16 +1413,12 @@ static int __init iop_adma_init (void) | |||
1413 | return platform_driver_register(&iop_adma_driver); | 1413 | return platform_driver_register(&iop_adma_driver); |
1414 | } | 1414 | } |
1415 | 1415 | ||
1416 | /* it's currently unsafe to unload this module */ | ||
1417 | #if 0 | ||
1418 | static void __exit iop_adma_exit (void) | 1416 | static void __exit iop_adma_exit (void) |
1419 | { | 1417 | { |
1420 | platform_driver_unregister(&iop_adma_driver); | 1418 | platform_driver_unregister(&iop_adma_driver); |
1421 | return; | 1419 | return; |
1422 | } | 1420 | } |
1423 | module_exit(iop_adma_exit); | 1421 | module_exit(iop_adma_exit); |
1424 | #endif | ||
1425 | |||
1426 | module_init(iop_adma_init); | 1422 | module_init(iop_adma_init); |
1427 | 1423 | ||
1428 | MODULE_AUTHOR("Intel Corporation"); | 1424 | MODULE_AUTHOR("Intel Corporation"); |