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

Commit 727d84fa authored by Gilad Broner's avatar Gilad Broner
Browse files

msm: tspp: fix driver include files for 64bit



As arm64 does not have a mach tree, the driver's header file has
to be moved out. In addition, fix the mach header file include directives
used by the driver.

Change-Id: I568e2d9c73a66651e5e5b4ee5b687ec2522fd7b3
Signed-off-by: default avatarGilad Broner <gbroner@codeaurora.org>
parent 2a78a710
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -35,17 +35,16 @@
#include <linux/regulator/consumer.h>
#include <linux/regulator/consumer.h>
#include <linux/regulator/rpm-smd-regulator.h>
#include <linux/regulator/rpm-smd-regulator.h>
#include <linux/msm-sps.h>            /* BAM stuff */
#include <linux/msm-sps.h>            /* BAM stuff */
#include <mach/gpio.h>
#include <linux/wakelock.h>      /* Locking functions */
#include <linux/wakelock.h>      /* Locking functions */
#include <linux/timer.h>         /* Timer services */
#include <linux/timer.h>         /* Timer services */
#include <linux/jiffies.h>       /* Jiffies counter */
#include <linux/jiffies.h>       /* Jiffies counter */
#include <mach/dma.h>
#include <linux/qcom_tspp.h>
#include <mach/msm_tspp.h>
#include <linux/debugfs.h>
#include <linux/debugfs.h>
#include <linux/of.h>
#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/of_gpio.h>
#include <linux/string.h>
#include <linux/string.h>
#include <linux/msm-bus.h>
#include <linux/msm-bus.h>
#include <linux/interrupt.h>	/* tasklet */


/*
/*
 * General defines
 * General defines
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/module.h>
#include <linux/module.h>
#include <linux/kthread.h>
#include <linux/kthread.h>
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include <mach/msm_tspp.h>
#include <linux/qcom_tspp.h>
#include "mpq_dvb_debug.h"
#include "mpq_dvb_debug.h"
#include "mpq_dmx_plugin_common.h"
#include "mpq_dmx_plugin_common.h"