diff options
-rw-r--r-- | drivers/char/hw_random/omap-rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random/omap-rng.c b/drivers/char/hw_random/omap-rng.c index 538313f9e7ac..00dd3de1be51 100644 --- a/drivers/char/hw_random/omap-rng.c +++ b/drivers/char/hw_random/omap-rng.c | |||
@@ -89,7 +89,7 @@ static struct hwrng omap_rng_ops = { | |||
89 | .data_read = omap_rng_data_read, | 89 | .data_read = omap_rng_data_read, |
90 | }; | 90 | }; |
91 | 91 | ||
92 | static int __init omap_rng_probe(struct platform_device *pdev) | 92 | static int __devinit omap_rng_probe(struct platform_device *pdev) |
93 | { | 93 | { |
94 | struct resource *res, *mem; | 94 | struct resource *res, *mem; |
95 | int ret; | 95 | int ret; |