|
@@ -14,8 +14,8 @@
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
*/
|
|
|
|
|
|
-#ifndef __MACH_TEGRA_CPU_CAR_H
|
|
|
-#define __MACH_TEGRA_CPU_CAR_H
|
|
|
+#ifndef __LINUX_CLK_TEGRA_H_
|
|
|
+#define __LINUX_CLK_TEGRA_H_
|
|
|
|
|
|
/*
|
|
|
* Tegra CPU clock and reset control ops
|
|
@@ -121,4 +121,4 @@ static inline void tegra_cpu_clock_resume(void)
|
|
|
void tegra20_cpu_car_ops_init(void);
|
|
|
void tegra30_cpu_car_ops_init(void);
|
|
|
|
|
|
-#endif /* __MACH_TEGRA_CPU_CAR_H */
|
|
|
+#endif /* __LINUX_CLK_TEGRA_H_ */
|