diff options
author | Heiko Carstens <[email protected]> | 2022-01-22 10:24:31 +0100 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2022-01-23 10:20:03 +0100 |
commit | 3d787b392d169d4a2e3aee6ac6dfd6ec39722cf2 (patch) | |
tree | a3505a6d046a5805612981aea4a918522d78a333 /drivers | |
parent | f094a39c6ba168f2df1edfd1731cca377af5f442 (diff) |
s390/uaccess: fix compile error
Compiling with e.g MARCH=z900 results in compile errors:
arch/s390/lib/uaccess.c: In function 'copy_from_user_mvcos':
>> arch/s390/lib/uaccess.c:65:15: error: variable 'spec' has initializer but incomplete type
65 | union oac spec = {
Therefore make definition of union oac visible for all MARCHs.
Reported-by: kernel test robot <[email protected]>
Cc: Nico Boehr <[email protected]>
Cc: Janis Schoetterl-Glausch <[email protected]>
Fixes: 012a224e1fa3 ("s390/uaccess: introduce bit field for OAC specifier")
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions