securemsm-kernel: remove qcedev_compat support

cleanup qcedev_compat driver support that is not
needed on latest Qualcomm Technologies, Inc. plateforms.

Change-Id: Id61e06a5a3cc1b3e9474c328f26761ffda9a55e0
Signed-off-by: Udit Tiwari <quic_utiwari@quicinc.com>
Tento commit je obsažen v:
Udit Tiwari
2023-08-08 16:16:21 +05:30
odevzdal Gerrit - the friendly Code Review server
rodič f20c65ab0e
revize f214d2e6b8
6 změnil soubory, kde provedl 5 přidání a 746 odebrání

Zobrazit soubor

@@ -26,7 +26,6 @@
#include "linux/qcedev.h"
#include <linux/interconnect.h>
#include <linux/delay.h>
#include "linux/compat_qcedev.h"
#include <crypto/hash.h>
#include "qcedevi.h"
@@ -34,8 +33,6 @@
#include "qcedev_smmu.h"
#include "qcom_crypto_device.h"
#include <linux/compat.h>
#define CACHE_LINE_SIZE 64
#define CE_SHA_BLOCK_SIZE SHA256_BLOCK_SIZE
#define MAX_CEHW_REQ_TRANSFER_SIZE (128*32*1024)
@@ -236,9 +233,6 @@ static int start_sha_req(struct qcedev_control *podev,
static const struct file_operations qcedev_fops = {
.owner = THIS_MODULE,
.unlocked_ioctl = qcedev_ioctl,
#ifdef CONFIG_COMPAT
.compat_ioctl = compat_qcedev_ioctl,
#endif
.open = qcedev_open,
.release = qcedev_release,
};