include/boot: Move zipl/boot/error.h to include/boot

- Move zipl/boot/error.h to include/boot
- Adjust include statements in zipb/boot and genprotimg/boot
- Remove error.h from tunedasd/src/tunedasd.c as not needed
- Fix tunedasd/src/Makefile

Signed-off-by: Mikhail Zaslonko <zaslonko@linux.ibm.com>
Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Mikhail Zaslonko
2023-04-21 16:41:04 +02:00
committed by Jan Höppner
parent b06ca88cd4
commit eb06ebe245
22 changed files with 24 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
include ../../common.mak
ALL_CPPFLAGS += -I../include -I../boot
ALL_CPPFLAGS += -I../include
libs = $(rootdir)/libdasd/libdasd.a \
$(rootdir)/libutil/libutil.a

View File

@@ -20,7 +20,6 @@
#include "lib/zt_common.h"
#include "disk.h"
#include "error.h"
#include "tunedasd.h"
static const struct util_prg prg = {