X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fbsg.h;h=e8406c55c6d31885a3adddfba69a40378c961c19;hb=ee959b00c335d7780136c5abda37809191fe52c3;hp=60e377b520f8e242c003b2973ac6fc8df4605e40;hpb=56d110e852b0b1c85ad6c9bfe1cb4473ceb16402;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/bsg.h b/include/linux/bsg.h index 60e377b520f8..e8406c55c6d3 100644 --- a/include/linux/bsg.h +++ b/include/linux/bsg.h @@ -55,7 +55,7 @@ struct sg_io_v4 { #if defined(CONFIG_BLK_DEV_BSG) struct bsg_class_device { - struct class_device *class_dev; + struct device *class_dev; struct device *dev; int minor; struct request_queue *queue;