]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pstore/ftrace: Adjust for ftrace_ops->func prototype change
authorAnton Vorontsov <anton.vorontsov@linaro.org>
Thu, 15 Nov 2012 02:48:15 +0000 (18:48 -0800)
committerAnton Vorontsov <anton.vorontsov@linaro.org>
Thu, 13 Dec 2012 03:50:04 +0000 (19:50 -0800)
commitebacfd1ece3bfa46296fc92c6f996cb5f7fc75e6
tree5c6c59914c795e5383fc5d873e1973b851a09380
parentc628937803c652132d21f383736375e2feee4bfb
pstore/ftrace: Adjust for ftrace_ops->func prototype change

This commit fixes the following warning:

 fs/pstore/ftrace.c:51:2: warning: initialization from incompatible
 pointer type [enabled by default]
 fs/pstore/ftrace.c:51:2: warning: (near initialization for
 â€˜pstore_ftrace_ops.func’) [enabled by defaula

Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
fs/pstore/ftrace.c