From: fang Date: Tue, 22 Feb 2011 02:38:25 +0000 (+0800) Subject: add dma shutdown func only for test X-Git-Tag: firefly_0821_release~10756^2~7 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=06638dfdbc89d9e7e33527c6a15931d6f7c21238;p=firefly-linux-kernel-4.4.55.git add dma shutdown func only for test --- diff --git a/arch/arm/mach-rk29/rk29-pl330.c b/arch/arm/mach-rk29/rk29-pl330.c index ec290ddce682..fe2c792d6464 100755 --- a/arch/arm/mach-rk29/rk29-pl330.c +++ b/arch/arm/mach-rk29/rk29-pl330.c @@ -1233,6 +1233,7 @@ static struct platform_driver pl330_driver = { }, .probe = pl330_probe, .remove = pl330_remove, + .shutdown = pl330_remove,/* test */ }; static int __init pl330_init(void)