From: Mark Brown Date: Sat, 4 Mar 2006 02:05:58 +0000 (-0500) Subject: [PATCH] Add missing ifdef for VIA RNG code X-Git-Tag: v2.6.16-rc6~121^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e02bac9c943ed85a29b41ccb9bf95641b2e263;p=pandora-kernel.git [PATCH] Add missing ifdef for VIA RNG code Almost all the code for the VIA RNG is guarded with __i386__ #ifdefs, the only exception being the enumeration of RNG types which is used to index into the rng_vector ops array. This patch adds an ifdef around that for consistency and since the guard makes a difference when adding new RNG types on non-i386 hardware. Signed-Off-By: Mark Brown Signed-Off-By: Jeff Garzik --- Reading git-diff-tree failed