aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/ppc4xx-rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hw_random/ppc4xx-rng.c')
-rw-r--r--drivers/char/hw_random/ppc4xx-rng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random/ppc4xx-rng.c b/drivers/char/hw_random/ppc4xx-rng.c
index c51762c13031..af6506a69cd9 100644
--- a/drivers/char/hw_random/ppc4xx-rng.c
+++ b/drivers/char/hw_random/ppc4xx-rng.c
@@ -111,7 +111,7 @@ static int __devinit ppc4xx_rng_probe(struct platform_device *dev)
return err;
}
-static int __devexit ppc4xx_rng_remove(struct platform_device *dev)
+static int ppc4xx_rng_remove(struct platform_device *dev)
{
void __iomem *rng_regs = (void __iomem *) ppc4xx_rng.priv;