diff options
author | Mathieu Malaterre <malat@debian.org> | 2019-01-04 10:27:58 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-01-04 23:07:59 +1100 |
commit | 074400a7be61250d9f0ccec07d5c35ffec4d8d22 (patch) | |
tree | 6be3657b89a2bd2fab875405ba5b787e56f96853 /arch/mips/ralink/Kconfig | |
parent | d538d94f0ca86cfedc892cc427169219acb3c2f7 (diff) | |
download | linux-074400a7be61250d9f0ccec07d5c35ffec4d8d22.tar.gz linux-074400a7be61250d9f0ccec07d5c35ffec4d8d22.tar.bz2 linux-074400a7be61250d9f0ccec07d5c35ffec4d8d22.zip |
powerpc: Drop use of 'type' from access_ok()
In commit 05a4ab823983 ("powerpc/uaccess: fix warning/error with
access_ok()") an attempt was made to remove a warning by referencing
the variable `type`. However in commit 96d4f267e40f ("Remove 'type'
argument from access_ok() function") the variable `type` has been
removed, breaking the build:
arch/powerpc/include/asm/uaccess.h:66:32: error: ‘type’ undeclared (first use in this function)
This essentially reverts commit 05a4ab823983 ("powerpc/uaccess: fix
warning/error with access_ok()") to fix the error.
Fixes: 96d4f267e40f ("Remove 'type' argument from access_ok() function")
Signed-off-by: Mathieu Malaterre <malat@debian.org>
[mpe: Reword change log slightly.]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/mips/ralink/Kconfig')
0 files changed, 0 insertions, 0 deletions