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

Commit 4066c76c authored by Jeremy Gebben's avatar Jeremy Gebben
Browse files

msm: crypto: move compat_qcedev.h



The uapi directory shouldn't contain compat definitions,
so move this file out of there.

Change-Id: I1ee862e522d0b7f9bc4e22fb0e375b4cc1a53504
Signed-off-by: default avatarJeremy Gebben <jgebben@codeaurora.org>
parent 378c1b95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * QTI CE 32-bit compatibility syscall for 64-bit systems
 *
 * Copyright (c) 2014, The Linux Foundation. All rights reserved.
 * Copyright (c) 2014-2015, 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
@@ -19,7 +19,7 @@
#include <linux/uaccess.h>
#include <linux/qcedev.h>
#include <linux/compat.h>
#include <linux/compat_qcedev.h>
#include "compat_qcedev.h"

static int compat_get_qcedev_pmem_info(
		struct compat_qcedev_pmem_info __user *pmem32,
+1 −3
Original line number Diff line number Diff line
@@ -35,10 +35,8 @@
#include "qcedevi.h"
#include "qce.h"

#ifdef CONFIG_COMPAT
#include <linux/compat.h>
#include <linux/compat_qcedev.h>
#endif
#include "compat_qcedev.h"

#define CACHE_LINE_SIZE 32
#define CE_SHA_BLOCK_SIZE SHA256_BLOCK_SIZE