From: Michael Ellerman Date: Wed, 20 Nov 2013 00:05:02 +0000 (+1100) Subject: powerpc/pseries: Fix SMP=n build of rng.c X-Git-Tag: v3.13-rc1~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148924f7a282b3acb1f8868ae03c3f76be301d8d;p=pandora-kernel.git powerpc/pseries: Fix SMP=n build of rng.c In commit a489043 "Implement arch_get_random_long() based on H_RANDOM" I broke the SMP=n build. We were getting plpar_wrappers.h via spinlock.h which breaks when SMP=n. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed