diff options
Diffstat (limited to 'qcom-msm89xx-fixes.patch')
-rw-r--r-- | qcom-msm89xx-fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qcom-msm89xx-fixes.patch b/qcom-msm89xx-fixes.patch index 0ef0ad328..4bc06ebd2 100644 --- a/qcom-msm89xx-fixes.patch +++ b/qcom-msm89xx-fixes.patch @@ -25,7 +25,7 @@ index 6207d8d92351..920167c6eac5 100644 -int __init init_common(struct tsens_device *tmdev) +int init_common(struct tsens_device *tmdev) { - void __iomem *base; + void __iomem *tm_base, *srot_base; struct resource *res; -- 2.17.1 |