| // 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> | |