aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/kcmp.h
AgeCommit message (Collapse)AuthorFilesLines
2014-12-02kcmp: Move kcmp.h into uapiMichael Ellerman1-0/+17
kcmp.h appears to be part of the API, it's documented in kcmp(2), and the selftests/kcmp code uses it. So move it to uapi so it's actually exported. Signed-off-by: Michael Ellerman <[email protected]> Acked-by: Cyrill Gorcunov <[email protected]> Signed-off-by: Shuah Khan <[email protected]>