diff --git a/include/soc/tegra/virt/tegra_hv_pm_ctl.h b/include/soc/tegra/virt/tegra_hv_pm_ctl.h index 29f32705..ac5575af 100644 --- a/include/soc/tegra/virt/tegra_hv_pm_ctl.h +++ b/include/soc/tegra/virt/tegra_hv_pm_ctl.h @@ -3,8 +3,8 @@ * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. */ -#ifndef _TEGRA_HV_PM_CTL_H -#define _TEGRA_HV_PM_CTL_H +#ifndef TEGRA_HV_PM_CTL_H +#define TEGRA_HV_PM_CTL_H extern int (*tegra_hv_pm_ctl_prepare_shutdown)(void); @@ -12,4 +12,4 @@ int tegra_hv_pm_ctl_trigger_sys_suspend(void); int tegra_hv_pm_ctl_trigger_sys_shutdown(void); int tegra_hv_pm_ctl_trigger_sys_reboot(void); -#endif /* _TEGRA_HV_PM_CTL_H */ +#endif /* TEGRA_HV_PM_CTL_H */