aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/virtio-rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hw_random/virtio-rng.c')
-rw-r--r--drivers/char/hw_random/virtio-rng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c
index 621f595f1a9..b65c1039595 100644
--- a/drivers/char/hw_random/virtio-rng.c
+++ b/drivers/char/hw_random/virtio-rng.c
@@ -147,7 +147,7 @@ static struct virtio_driver virtio_rng_driver = {
147 .driver.owner = THIS_MODULE, 147 .driver.owner = THIS_MODULE,
148 .id_table = id_table, 148 .id_table = id_table,
149 .probe = virtrng_probe, 149 .probe = virtrng_probe,
150 .remove = __devexit_p(virtrng_remove), 150 .remove = virtrng_remove,
151#ifdef CONFIG_PM 151#ifdef CONFIG_PM
152 .freeze = virtrng_freeze, 152 .freeze = virtrng_freeze,
153 .restore = virtrng_restore, 153 .restore = virtrng_restore,