summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-04-14 18:15:40 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-04-14 18:15:40 -0700
commit16382ed978cb40713684cfa0f25dc255a58d0c59 (patch)
tree3d1acc687a810aaa51cdc08b4d20d8de888eec6a /drivers
parent4c0b1c67c6250be73cedeac935b860e09de4420f (diff)
parent47cd30608f3fc3dbb4fdf37300baca911e2dde34 (diff)
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "This fixes an NFS regression caused by the skcipher/hash conversion in sunrpc. It also fixes a build problem in certain configurations with bcm63xx" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: hwrng: bcm63xx - fix device tree compilation sunrpc: Fix skcipher/shash conversion
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/hw_random/bcm63xx-rng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hw_random/bcm63xx-rng.c b/drivers/char/hw_random/bcm63xx-rng.c
index ca9c40309757..5132c9cde50d 100644
--- a/drivers/char/hw_random/bcm63xx-rng.c
+++ b/drivers/char/hw_random/bcm63xx-rng.c
@@ -12,6 +12,7 @@
#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/hw_random.h>
+#include <linux/of.h>
#define RNG_CTRL 0x00
#define RNG_EN (1 << 0)