summaryrefslogtreecommitdiff
path: root/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-07-23 17:15:27 -0700
committermattis fjallstrom <mattis@acm.org>2015-07-23 17:15:27 -0700
commit74d71e3bbccfdb208dd4385df5a636f889b3cd05 (patch)
tree1da3047144075bed53290b018a675d9686c4fb69 /drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h
parent5d1c09eedec0cf5fd486d240b4ede1c476ed6adf (diff)
parentcd0f92406cc231fda66c30312f48d12fab5ac614 (diff)
downloadolio-linux-3.10-74d71e3bbccfdb208dd4385df5a636f889b3cd05.tar.xz
olio-linux-3.10-74d71e3bbccfdb208dd4385df5a636f889b3cd05.zip
Merged bluetooth and ST mods from mattis_bt_work.
Change-Id: Ic904469eae89e5678a502e78309b30ab9715cd41
Diffstat (limited to 'drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h')
-rwxr-xr-xdrivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h b/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h
deleted file mode 100755
index 151ac74ea05..00000000000
--- a/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
-* Copyright (C) 2012 Invensense, Inc.
-*
-* This software is licensed under the terms of the GNU General Public
-* License version 2, as published by the Free Software Foundation, and
-* may be copied, distributed, and modified under those terms.
-*
-* 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.
-*/
-
-#ifndef _INV_MPU_DTS_H_
-#define _INV_MPU_DTS_H_
-
-#include <linux/i2c.h>
-#include <linux/mpu.h>
-
-int inv_mpu_power_on(struct mpu_platform_data *pdata);
-int inv_mpu_power_off(struct mpu_platform_data *pdata);
-int inv_parse_orientation_matrix(struct device *dev, s8 *orient);
-int inv_parse_secondary_orientation_matrix(struct device *dev,
- s8 *orient);
-int inv_parse_secondary(struct device *dev, struct mpu_platform_data *pdata);
-int inv_parse_aux(struct device *dev, struct mpu_platform_data *pdata);
-int invensense_mpu_parse_dt(struct device *dev,
- struct mpu_platform_data *pdata);
-
-#endif /* #ifndef _INV_MPU_DTS_H_ */