]> Git Repo - J-u-boot.git/blobdiff - lib/errno_str.c
tpm: add kconfig control in tcg2_create_digest()
[J-u-boot.git] / lib / errno_str.c
index 2e5f4a887d5b0f1351ba0765b8bbd096d7c7e2e3..752d4eb47aa60970e6cb3cb8056cf5c5e3d5625d 100644 (file)
@@ -4,8 +4,8 @@
  *
  * SDPX-License-Identifier:    GPL-2.0+
  */
-#include <common.h>
 #include <errno.h>
+#include <linux/kernel.h>
 
 #define ERRNO_MSG(errno, msg)  msg
 #define SAME_AS(x)             (const char *)&errno_message[x]
This page took 0.024218 seconds and 4 git commands to generate.