aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc/tegra/common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/soc/tegra/common.h (renamed from arch/arm/mach-kirkwood/include/mach/hardware.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/hardware.h b/include/soc/tegra/common.h
index 742b74f43e41..fc13a9a134e9 100644
--- a/arch/arm/mach-kirkwood/include/mach/hardware.h
+++ b/include/soc/tegra/common.h
@@ -1,14 +1,14 @@
/*
- * arch/arm/mach-kirkwood/include/mach/hardware.h
+ * Copyright (C) 2014 NVIDIA Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
-#ifndef __ASM_ARCH_HARDWARE_H
-#define __ASM_ARCH_HARDWARE_H
+#ifndef __SOC_TEGRA_COMMON_H__
+#define __SOC_TEGRA_COMMON_H__
-#include "kirkwood.h"
+bool soc_is_tegra(void);
-#endif
+#endif /* __SOC_TEGRA_COMMON_H__ */