diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2016-12-15 12:15:17 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-01-16 07:27:51 +0100 |
commit | 57c52ae75774c717eb7cd777b5438244ae6b380c (patch) | |
tree | b6e7c52104aed2e3b1abd359623974c4ab78217f /drivers/virtio | |
parent | s390/zcrypt: make structures static (diff) | |
download | linux-57c52ae75774c717eb7cd777b5438244ae6b380c.tar.xz linux-57c52ae75774c717eb7cd777b5438244ae6b380c.zip |
s390/zcrypt: get rid of variable length arrays
The variable length arrays used to specify clobbered memory within
ap_nqap and ap_dqap would only work if the length would be known at
compile time.
This is not the case for both usages. Therefore simply use a full
memory clobber and get rid of the old construct.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/virtio')
0 files changed, 0 insertions, 0 deletions