Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 818b9e46 authored by Bingzhe Cai's avatar Bingzhe Cai
Browse files

input: sensors: 64 bit compilation fix for MPU6050 driver



Remove use of invalid header file to fix compile error for
64 bit target.

CRS-fixed: 646776
Change-Id: I538749544d6f1701a52ea6b704d4bb62de21feae
Signed-off-by: default avatarBingzhe Cai <bingzhec@codeaurora.org>
parent 65c7182d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
#include <linux/gpio.h>
#include <linux/regulator/consumer.h>
#include <linux/of_gpio.h>
#include <mach/gpiomux.h>
#include <linux/sensors.h>
#include "mpu6050.h"