diff --git a/include/linux/msm_adreno_devfreq.h b/include/linux/msm_adreno_devfreq.h index 0552599c9e08..af26a0b09621 100644 --- a/include/linux/msm_adreno_devfreq.h +++ b/include/linux/msm_adreno_devfreq.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #ifndef MSM_ADRENO_DEVFREQ_H @@ -52,8 +52,8 @@ struct devfreq_msm_adreno_tz_data { u32 width; u32 *up; u32 *down; - u32 *p_up; - u32 *p_down; + s32 *p_up; + s32 *p_down; unsigned int *index; uint64_t *ib; } bus;