From 894269ca16bc63052973b17198dde1bf4fc58373 Mon Sep 17 00:00:00 2001 From: Skylar Chang Date: Thu, 5 Nov 2015 13:42:53 -0800 Subject: msm: ipa3: make ipa3 compile for corbalt rumi Configure the new IPA-interrupt register to get the IPA-HW irq, also change the tag process to be compatible to 64 bits platform. Change-Id: I29a8805cacc8d8df2f0e60ee8e1d2243c718d248 Signed-off-by: Skylar Chang --- include/linux/ecm_ipa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/ecm_ipa.h b/include/linux/ecm_ipa.h index 5784e0383eab..6d30af8bbc9f 100644 --- a/include/linux/ecm_ipa.h +++ b/include/linux/ecm_ipa.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. +/* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -70,7 +70,7 @@ void ecm_ipa_cleanup(void *priv); #else /* CONFIG_ECM_IPA*/ -int ecm_ipa_init(struct ecm_ipa_params *params) +static inline int ecm_ipa_init(struct ecm_ipa_params *params) { return 0; } -- cgit v1.2.3