tpm.c (552c69b36ebd966186573b9c7a286b390935cce1) | tpm.c (4febfb8dd08b6f8bafc19f3f9e382a477425b578) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Copyright (C) 2017 Google, Inc. 3 * Thiebaud Weksteen <tweek@google.com> | 2/* 3 * Copyright (C) 2017 Google, Inc. 4 * Thiebaud Weksteen <tweek@google.com> |
4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. | |
8 */ 9 10#include <linux/efi.h> 11#include <linux/init.h> 12#include <linux/memblock.h> 13 14#include <asm/early_ioremap.h> 15 --- 25 unchanged lines hidden --- | 5 */ 6 7#include <linux/efi.h> 8#include <linux/init.h> 9#include <linux/memblock.h> 10 11#include <asm/early_ioremap.h> 12 --- 25 unchanged lines hidden --- |