pc-bios/s390-ccw: fix sparse warnings

Fix some sparse warnings in the s390-ccw bios.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
Christian Borntraeger 2015-01-22 13:44:26 +01:00 committed by Cornelia Huck
parent 7691993c2b
commit f17a84300f
5 changed files with 7 additions and 5 deletions

View file

@ -11,7 +11,7 @@
#include "s390-ccw.h"
#include "virtio.h"
struct vring block;
static struct vring block;
static char chsc_page[PAGE_SIZE] __attribute__((__aligned__(PAGE_SIZE)));