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

Commit c14beab3 authored by Lei wang's avatar Lei wang Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarLei wang <leiwan@codeaurora.org>
parent a961632a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* 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 <linux/types.h>
#include <linux/errno.h>

#define MAX_MSG_SIZE 255