mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
983a72dab9
commit
c3d583fe9c
@@ -38,7 +38,6 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <linux/hdreg.h>
|
||||
#include <linux/limits.h>
|
||||
#include <locale.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
Reference in New Issue
Block a user