Commit fafd3def82c23ec838b512b57b6e5a66220855b3

Authored by Eric Lee
1 parent b70f2c6cce

Add 0001-omap4-rng-Remove-check-for-GP-only-device-type-in-RN.patch that wasn't …

…part of the official PSP 04.06.00.11 release

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/char/hw_random/omap4-rng.c
... ... @@ -283,7 +283,7 @@
283 283  
284 284 static int __init omap4_rng_init(void)
285 285 {
286   - if (!cpu_is_am33xx() || omap_type() != OMAP2_DEVICE_TYPE_GP)
  286 + if (!cpu_is_am33xx())
287 287 return -ENODEV;
288 288  
289 289 return platform_driver_register(&omap4_rng_driver);