From 3f0a35b99993b121614bc20cacabffc17255aabf Mon Sep 17 00:00:00 2001 From: Ilias Apalodimas Date: Thu, 12 Oct 2017 21:03:09 +0300 Subject: change ifdef for _MM_H->_MM_API_H Signed-off-by: Ilias Apalodimas --- include/mm_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mm_api.h b/include/mm_api.h index c89fd5c..e6ae49c 100644 --- a/include/mm_api.h +++ b/include/mm_api.h @@ -1,5 +1,5 @@ -#ifndef _MM_H -#define _MM_H +#ifndef _MM_API_H +#define _MM_API_H #define IOMEM_CHUNKS 4096 struct iomem { __u64 vaddr; -- cgit v1.2.3