zipl: remove libc.h include in s390.h

This allows the use of s390.h in combination with other libc
implementations than our minimal libc, e.g. with glibc.

Reviewed-by: Philipp Rudo <prudo@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2019-12-09 16:43:14 +01:00
committed by Jan Höppner
parent c55ceabc67
commit f454c6825f
4 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,6 @@
#define S390_H
#include "lib/zt_common.h"
#include "libc.h"
#include "boot/sigp.h"

View File

@@ -9,6 +9,7 @@
* it under the terms of the MIT license. See LICENSE for details.
*/
#include "libc.h"
#include "error.h"
#include "s390.h"
#include "sclp.h"

View File

@@ -9,6 +9,7 @@
* it under the terms of the MIT license. See LICENSE for details.
*/
#include "libc.h"
#include "sclp.h"
#include "sclp_stage3.h"

View File

@@ -13,6 +13,7 @@
#include "lib/zt_common.h"
#include "libc.h"
#include "error.h"
#include "sclp.h"
#include "stage2dump.h"