zipl: remove unused include

Remove unused include to fix an error reported by make C=1.

  CHECK   zipl/src/zipl_helper.device-mapper.o
../../include/lib/dasd_base.h:159:20: error: redefinition of struct hd_geometry
../../common.mak:234: recipe for target 'zipl_helper.device-mapper.o' failed
make: *** [zipl_helper.device-mapper.o] Error 1

The structure hd_geometry is defined in dasd_base.h.

Signed-off-by: Stefan Haberland <sth@linux.vnet.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Stefan Haberland
2018-02-21 11:17:11 +01:00
committed by Jan Höppner
parent 983a72dab9
commit c3d583fe9c

View File

@@ -38,7 +38,6 @@
#include <errno.h>
#include <limits.h>
#include <linux/hdreg.h>
#include <linux/limits.h>
#include <locale.h>
#include <stdarg.h>