diff options
| author | Skylar Chang <chiaweic@codeaurora.org> | 2015-11-05 13:42:53 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:13:50 -0700 |
| commit | 894269ca16bc63052973b17198dde1bf4fc58373 (patch) | |
| tree | c28298694fd31b27e6829a234fc23081f83f8dbd /include/linux | |
| parent | 6b3fc777e59ad3ac76d4dd89ac251f7004100b79 (diff) | |
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 <chiaweic@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ecm_ipa.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |
