video: rockchip: lcdc: 3288: update CABC lut addr
[firefly-linux-kernel-4.4.55.git] / include / scsi / scsi_device.h
index cc645876d14737db54ea12aeb9959b7a00dfe9c2..cc92ef3df62e4af6dac36128d22544296592dbaa 100644 (file)
@@ -248,7 +248,7 @@ struct scsi_target {
        struct list_head        siblings;
        struct list_head        devices;
        struct device           dev;
-       unsigned int            reap_ref; /* protected by the host lock */
+       struct kref             reap_ref; /* last put renders target invisible */
        unsigned int            channel;
        unsigned int            id; /* target id ... replace
                                     * scsi_device.id eventually */
@@ -272,7 +272,6 @@ struct scsi_target {
 #define SCSI_DEFAULT_TARGET_BLOCKED    3
 
        char                    scsi_level;
-       struct execute_work     ew;
        enum scsi_target_state  state;
        void                    *hostdata; /* available to low-level driver */
        unsigned long           starget_data[0]; /* for the transport */