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

Commit b95ac75f authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

trace: ipc_logging: Fix compilation error when IPC_LOGGING is unset



Fix compilation error when IPC_LOGGING is not set, by importing
required err.h header file.

Change-Id: I0f4baa4cd8052a5b919ed6ccfe90bcd8fe24f2a8
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent 5e66df5b
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-2016, 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
@@ -13,6 +13,7 @@
#ifndef _IPC_LOGGING_H
#define _IPC_LOGGING_H

#include <linux/err.h>
#include <linux/types.h>

#define MAX_MSG_SIZE 255