diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-10-29 13:54:19 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-10-29 13:54:19 -0500 |
commit | 4eb72d37dc5052d3056e9aa4b6bb429c6cb1495a (patch) | |
tree | 95cf64efe509e65ccdc26a908d652fedc8da36b8 /qcom-msm89xx-fixes.patch | |
parent | e7c396bbf3cd1563d445275f92b63f8e9da3f13e (diff) | |
download | kernel-4eb72d37dc5052d3056e9aa4b6bb429c6cb1495a.tar.gz kernel-4eb72d37dc5052d3056e9aa4b6bb429c6cb1495a.tar.xz kernel-4eb72d37dc5052d3056e9aa4b6bb429c6cb1495a.zip |
Linux v4.19-9448-g673c790e7282
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 |