From: Cornelia Huck Date: Thu, 13 Dec 2012 12:38:51 +0000 (+0100) Subject: s390/ccwdev: Include asm/schid.h. X-Git-Tag: v3.8-rc1~67^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f1c96102ff848778cd596e81bdbd45f81a40119;p=platform%2Fkernel%2Flinux-exynos.git s390/ccwdev: Include asm/schid.h. Get the definition of struct subchannel_id. Signed-off-by: Cornelia Huck Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h index 6d1f357..e606161 100644 --- a/arch/s390/include/asm/ccwdev.h +++ b/arch/s390/include/asm/ccwdev.h @@ -12,15 +12,13 @@ #include #include #include +#include /* structs from asm/cio.h */ struct irb; struct ccw1; struct ccw_dev_id; -/* from asm/schid.h */ -struct subchannel_id; - /* simplified initializers for struct ccw_device: * CCW_DEVICE and CCW_DEVICE_DEVTYPE initialize one * entry in your MODULE_DEVICE_TABLE and set the match_flag correctly */