s390x: move subsystem_reset() to s390-virtio-ccw.h

Implemented in s390-virtio-ccw.c, so move it to the right header.
We can also drop the extern. Fix up one include.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170913132417.24384-7-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
David Hildenbrand 2017-09-13 15:24:01 +02:00 committed by Cornelia Huck
parent 2c98a6c1ca
commit 19c69829d6
3 changed files with 3 additions and 1 deletions

View file

@ -56,4 +56,6 @@ bool gs_allowed(void);
*/
bool css_migration_enabled(void);
void subsystem_reset(void);
#endif