summaryrefslogtreecommitdiff
path: root/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h
diff options
context:
space:
mode:
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_ */