diff options
Diffstat (limited to 'drivers/char/hw_random/exynos-rng.c')
-rw-r--r-- | drivers/char/hw_random/exynos-rng.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/hw_random/exynos-rng.c b/drivers/char/hw_random/exynos-rng.c index bdc852ea7632..48bbfeca4b5d 100644 --- a/drivers/char/hw_random/exynos-rng.c +++ b/drivers/char/hw_random/exynos-rng.c | |||
@@ -101,7 +101,7 @@ static int exynos_read(struct hwrng *rng, void *buf, | |||
101 | return 4; | 101 | return 4; |
102 | } | 102 | } |
103 | 103 | ||
104 | static int __devinit exynos_rng_probe(struct platform_device *pdev) | 104 | static int exynos_rng_probe(struct platform_device *pdev) |
105 | { | 105 | { |
106 | struct exynos_rng *exynos_rng; | 106 | struct exynos_rng *exynos_rng; |
107 | 107 | ||
@@ -172,7 +172,7 @@ static struct platform_driver exynos_rng_driver = { | |||
172 | .pm = &exynos_rng_pm_ops, | 172 | .pm = &exynos_rng_pm_ops, |
173 | }, | 173 | }, |
174 | .probe = exynos_rng_probe, | 174 | .probe = exynos_rng_probe, |
175 | .remove = __devexit_p(exynos_rng_remove), | 175 | .remove = exynos_rng_remove, |
176 | }; | 176 | }; |
177 | 177 | ||
178 | module_platform_driver(exynos_rng_driver); | 178 | module_platform_driver(exynos_rng_driver); |