summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu-sensors.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2010-12-22 15:32:30 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:45:28 -0800
commit353d5433868ac7869944482b0f5f1a3b9efd573c (patch)
treeb396a7cd779d5a8cc881489bc8f8e73e54908b00 /arch/arm/mach-tegra/board-cardhu-sensors.c
parentc157acd9d0d8c3849fbe59db6eddc2e3a2fda016 (diff)
[arm]: tegra:cardhu Creating board files
Creating initial board files and config files for cardhu. Original-Change-Id: I84b78bdf2363137bcf2c7dd4c556a23b1dd73bd0 Reviewed-on: http://git-master/r/12193 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Original-Change-Id: I0ccc2fd52a56d43b69252cb110287da9197d1193 Rebase-Id: R0e4f04b5ae83693b536842eb7d15857333d7432a
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu-sensors.c')
-rw-r--r--arch/arm/mach-tegra/board-cardhu-sensors.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-sensors.c b/arch/arm/mach-tegra/board-cardhu-sensors.c
new file mode 100644
index 000000000000..01b088b3d7fd
--- /dev/null
+++ b/arch/arm/mach-tegra/board-cardhu-sensors.c
@@ -0,0 +1,25 @@
+/*
+ * arch/arm/mach-tegra/board-cardhu-sensors.c
+ *
+ * Copyright (c) 2010, NVIDIA, All Rights Reserved.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#include <linux/i2c.h>
+int __init cardhu_sensors_init(void)
+{
+ return 0;
+}