aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-03-04 18:51:45 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-04 18:51:45 -0800
commit501f74f29498543c27f4f9697f5c1e980dd2de0d (patch)
treea73666df60eea38aaf0ee8f9a48adef5ae30e3e7 /drivers
parentea088b8d481fcff001f7e628c44daf39a229d9fc (diff)
parent28e02bac9c943ed85a29b41ccb9bf95641b2e263 (diff)
downloadlinux-501f74f29498543c27f4f9697f5c1e980dd2de0d.tar.gz
Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6
* 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6: [PATCH] Add missing ifdef for VIA RNG code
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/hw_random.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/hw_random.c b/drivers/char/hw_random.c
index b3bc2e37e61609..29dc87e5902046 100644
--- a/drivers/char/hw_random.c
+++ b/drivers/char/hw_random.c
@@ -131,7 +131,9 @@ enum {
rng_hw_none,
rng_hw_intel,
rng_hw_amd,
+#ifdef __i386__
rng_hw_via,
+#endif
rng_hw_geode,
};