From c14beab39067e47b73ab1b65b06212b56adf4b1f Mon Sep 17 00:00:00 2001 From: Lei wang Date: Mon, 12 Feb 2018 15:25:16 +0800 Subject: [PATCH] trace: ipc_logging: fix compile error when disable ipc_logging when disable ipc_logging, stub function use EINVAL defined in errno.h Change-Id: I2aff4427736df9efeeeecb98963627ba27b1aaf3 Signed-off-by: Lei wang --- include/linux/ipc_logging.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/ipc_logging.h b/include/linux/ipc_logging.h index 780a82d2f1b4..f6bf9b1a0505 100644 --- a/include/linux/ipc_logging.h +++ b/include/linux/ipc_logging.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2015, 2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -14,6 +14,7 @@ #define _IPC_LOGGING_H #include +#include #define MAX_MSG_SIZE 255