diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/hw_random/omap-rng.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/hw_random/omap-rng.c b/drivers/char/hw_random/omap-rng.c index 748fcc8892f3..a5effd813abd 100644 --- a/drivers/char/hw_random/omap-rng.c +++ b/drivers/char/hw_random/omap-rng.c | |||
@@ -220,9 +220,6 @@ static struct platform_driver omap_rng_driver = { | |||
220 | 220 | ||
221 | static int __init omap_rng_init(void) | 221 | static int __init omap_rng_init(void) |
222 | { | 222 | { |
223 | if (!cpu_is_omap16xx() && !cpu_is_omap24xx()) | ||
224 | return -ENODEV; | ||
225 | |||
226 | return platform_driver_register(&omap_rng_driver); | 223 | return platform_driver_register(&omap_rng_driver); |
227 | } | 224 | } |
228 | 225 | ||