summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-11-20 19:30:18 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2016-12-05 19:01:16 -0500
commit71215a75ceddf38ba9d4563481da8dd943de10fc (patch)
tree5ed65751530bbe094ffb9325d1f401506567ce95 /arch/powerpc/oprofile
parent8bd107633b64195a0748b05236c3d14db0a8bed4 (diff)
downloadop-kernel-dev-71215a75ceddf38ba9d4563481da8dd943de10fc.zip
op-kernel-dev-71215a75ceddf38ba9d4563481da8dd943de10fc.tar.gz
constify get_dcookie() and friends
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/oprofile')
-rw-r--r--arch/powerpc/oprofile/cell/spu_task_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/oprofile/cell/spu_task_sync.c b/arch/powerpc/oprofile/cell/spu_task_sync.c
index 83d2b4e..44d67b1 100644
--- a/arch/powerpc/oprofile/cell/spu_task_sync.c
+++ b/arch/powerpc/oprofile/cell/spu_task_sync.c
@@ -295,7 +295,7 @@ out:
* dcookie user still being registered (namely, the reader
* of the event buffer).
*/
-static inline unsigned long fast_get_dcookie(struct path *path)
+static inline unsigned long fast_get_dcookie(const struct path *path)
{
unsigned long cookie;
OpenPOWER on IntegriCloud