Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71741680 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Add missing pr_fmt define to crypto opcode drivers.



The hashes and crc32c had it, only the AES/DES/CAMELLIA drivers were
missing it.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 10803624
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
 *    Copyright (c) 2010, Intel Corporation.
 */

#define pr_fmt(fmt)	KBUILD_MODNAME ": " fmt

#include <linux/crypto.h>
#include <linux/init.h>
#include <linux/module.h>
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
 * Copyright (C) 2012 David S. Miller <davem@davemloft.net>
 */

#define pr_fmt(fmt)	KBUILD_MODNAME ": " fmt

#include <linux/crypto.h>
#include <linux/init.h>
#include <linux/module.h>
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
 * Copyright (C) 2012 David S. Miller <davem@davemloft.net>
 */

#define pr_fmt(fmt)	KBUILD_MODNAME ": " fmt

#include <linux/crypto.h>
#include <linux/init.h>
#include <linux/module.h>