3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-01 07:42:18 +00:00

Update brcmstb_thermal.c

This commit is contained in:
Raziel K. Crowe 2022-04-04 14:58:23 +05:00 committed by GitHub
parent 16a2f255e2
commit a987a8e209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/of_device.h> #include <linux/of_device.h>
#include <linux/thermal.h> #include <linux/thermal.h>
#include <linux/pwmexp.h>
#define AVS_TMON_STATUS 0x00 #define AVS_TMON_STATUS 0x00
#define AVS_TMON_STATUS_valid_msk BIT(11) #define AVS_TMON_STATUS_valid_msk BIT(11)