diff options
| -rw-r--r-- | drivers/char/hw_random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random.c b/drivers/char/hw_random.c index 9ee068d3d670..c514e14a67e6 100644 --- a/drivers/char/hw_random.c +++ b/drivers/char/hw_random.c @@ -126,7 +126,7 @@ enum { rng_hw_via, }; -static struct rng_operations rng_vendor_ops[] __initdata = { +static struct rng_operations rng_vendor_ops[] = { /* rng_hw_none */ { }, |
