aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/omap3-rom-rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hw_random/omap3-rom-rng.c')
-rw-r--r--drivers/char/hw_random/omap3-rom-rng.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/hw_random/omap3-rom-rng.c b/drivers/char/hw_random/omap3-rom-rng.c
index 6f2eaffed623..a405cdcd8dd2 100644
--- a/drivers/char/hw_random/omap3-rom-rng.c
+++ b/drivers/char/hw_random/omap3-rom-rng.c
@@ -126,7 +126,6 @@ static int omap3_rom_rng_remove(struct platform_device *pdev)
126static struct platform_driver omap3_rom_rng_driver = { 126static struct platform_driver omap3_rom_rng_driver = {
127 .driver = { 127 .driver = {
128 .name = "omap3-rom-rng", 128 .name = "omap3-rom-rng",
129 .owner = THIS_MODULE,
130 }, 129 },
131 .probe = omap3_rom_rng_probe, 130 .probe = omap3_rom_rng_probe,
132 .remove = omap3_rom_rng_remove, 131 .remove = omap3_rom_rng_remove,