blob: 47c557e3244d66bbeaf845ee95db8fbcbd214bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// SPDX-License-Identifier: GPL-2.0
/*
* of-thermal-testing.c - Generic Thermal Management device tree testing support
*
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
*/
#include <linux/platform_device.h>
#include <linux/fwnode.h>
#include <linux/module.h>
|