tpmrm-dev.c (3eb66e91a25497065c5322b1268cbc3953642227) tpmrm-dev.c (7f904d7e1f3ec7c2de47c024a5a5c30988b54703)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Copyright (C) 2017 James.Bottomley@HansenPartnership.com
2/*
3 * Copyright (C) 2017 James.Bottomley@HansenPartnership.com
3 *
4 * GPLv2
5 */
6#include <linux/slab.h>
7#include "tpm-dev.h"
8
9struct tpmrm_priv {
10 struct file_priv priv;
11 struct tpm_space space;
12};

--- 44 unchanged lines hidden ---
4 */
5#include <linux/slab.h>
6#include "tpm-dev.h"
7
8struct tpmrm_priv {
9 struct file_priv priv;
10 struct tpm_space space;
11};

--- 44 unchanged lines hidden ---