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

Commit 7f918cb5 authored by Dipen Parmar's avatar Dipen Parmar Committed by Michael Bohan
Browse files

msm: sps: remove sps header file



Remove the sps header file from older location as sps
driver and clients need to use new header file from
new location include/linux.

Resolve the warnings/errors from client drivers due to
new sps header changes.

Change-Id: I1cdb87756abf3425a9bb5d8bf89cd1aa03a01716
Signed-off-by: default avatarDipen Parmar <dipenp@codeaurora.org>
parent 7258a488
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#define _MSM_TSPP2_H_

#include <linux/ion.h>
#include <mach/sps.h>
#include <linux/msm-sps.h>

#define TSPP2_NUM_DEVICES			1
#define TSPP2_NUM_TSIF_INPUTS			2
+0 −1489

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

#ifndef _USB_BAM_H_
#define _USB_BAM_H_
#include "sps.h"
#include <linux/msm-sps.h>
#include <linux/ipa.h>
#include <linux/usb/msm_hsusb.h>

+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
#include <linux/cdev.h>
#include <linux/usb/usb_qdss.h>
#include <linux/dma-mapping.h>
#include <mach/sps.h>
#include <linux/msm-sps.h>
#include <mach/usb_bam.h>
#include <mach/msm_memory_dump.h>

@@ -124,7 +124,7 @@ enum tmc_mem_intf_width {

struct tmc_etr_bam_data {
	struct sps_bam_props	props;
	uint32_t		handle;
	unsigned long		handle;
	struct sps_pipe		*pipe;
	struct sps_connect	connect;
	uint32_t		src_pipe_idx;
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
static DEFINE_MUTEX(bam_register_lock);
struct bam_registration_info {
	struct list_head qlist;
	uint32_t handle;
	unsigned long handle;
	uint32_t cnt;
	uint32_t bam_mem;
	void __iomem *bam_iobase;
Loading