aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/mxc-rnga.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hw_random/mxc-rnga.c')
-rw-r--r--drivers/char/hw_random/mxc-rnga.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/hw_random/mxc-rnga.c b/drivers/char/hw_random/mxc-rnga.c
index 6a86b6f56af2..6cbb72ec6013 100644
--- a/drivers/char/hw_random/mxc-rnga.c
+++ b/drivers/char/hw_random/mxc-rnga.c
@@ -206,7 +206,6 @@ static int __exit mxc_rnga_remove(struct platform_device *pdev)
206static struct platform_driver mxc_rnga_driver = { 206static struct platform_driver mxc_rnga_driver = {
207 .driver = { 207 .driver = {
208 .name = "mxc_rnga", 208 .name = "mxc_rnga",
209 .owner = THIS_MODULE,
210 }, 209 },
211 .remove = __exit_p(mxc_rnga_remove), 210 .remove = __exit_p(mxc_rnga_remove),
212}; 211};