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

Commit 12b56fe9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: sensors: fix the compilation errors for msm8916 64bit"

parents 1bfd6829 821c3510
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <asm/irq.h>
#include <asm/mach/irq.h>
#include <linux/regulator/consumer.h>
#include <linux/of_gpio.h>
#include <linux/sensors.h>
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ static struct device_type bst_dev_type = {



static char *bst_devnode(struct device *dev, mode_t *mode)
static char *bst_devnode(struct device *dev, umode_t *mode)
{
	return kasprintf(GFP_KERNEL, "%s", dev_name(dev));
}