summaryrefslogtreecommitdiff
path: root/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-06-30 00:51:30 -0700
committerEvan Wilson <evan@oliodevices.com>2015-06-30 00:51:30 -0700
commit5629b2f2364f4d376f903d1f144b6f0ca9f0238b (patch)
treec97bf12a3daf5ab84e1c099f293a258539f9d644 /drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h
parent7b64f89746ec8f5cc5df7acb1c2dfd0bdecfb3dc (diff)
downloadolio-linux-3.10-5629b2f2364f4d376f903d1f144b6f0ca9f0238b.tar.xz
olio-linux-3.10-5629b2f2364f4d376f903d1f144b6f0ca9f0238b.zip
Reverting all changes from Invensense MotionApps patches
Change-Id: Iec2359e6f39a6c4dd34b3feb4a85f563165ba255
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_ */