[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cdi-devel] [PATCH 2/8] cdi/scsi, cdi.h: Remove týndur-specific fields



From: Max Reitz <max@xxxxxxxxxx>

- Remove týndur-specific fields from non-OS-dependant structures

Signed-off-by: Max Reitz <max@xxxxxxxxxx>
---
 include/cdi.h      | 3 ---
 include/cdi/scsi.h | 7 -------
 2 files changed, 10 deletions(-)

diff --git a/include/cdi.h b/include/cdi.h
index 851bb6a..b89e980 100644
--- a/include/cdi.h
+++ b/include/cdi.h
@@ -176,9 +176,6 @@ struct cdi_device {
      * \endenglish
      */
     struct cdi_bus_data*    bus_data;
-
-    // tyndur-spezifisch
-    void*               backdev;
 };
 
 /**
diff --git a/include/cdi/scsi.h b/include/cdi/scsi.h
index 8edccbf..cef96ed 100644
--- a/include/cdi/scsi.h
+++ b/include/cdi/scsi.h
@@ -51,13 +51,6 @@ struct cdi_scsi_device {
 
     /// Geraetetyp, der ueber SCSI angesteuert wird
     cdi_device_type_t type;
-
-    /**
-     * tyndur-spezifisch: Frontend-Geraet (z.B. CDI_STORAGE-Geraet, das ueber
-     * SCSI angesteuert wird)
-     */
-    void* frontdev;
-
 };
 
 /// SCSI-Treiber
-- 
2.3.4