Commit 66bf70c2 authored by Adrian Bunk's avatar Adrian Bunk Committed by Jeff Garzik

[PATCH] drivers/char/hw_random.c: make a variable static

Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 653af321
......@@ -366,7 +366,7 @@ enum {
VIA_RNG_CHUNK_1_MASK = 0xFF,
};
u32 via_rng_datum;
static u32 via_rng_datum;
/*
* Investigate using the 'rep' prefix to obtain 32 bits of random data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment