]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/infiniband/ulp/srp/ib_srp.h
Merge branch 'devel' into next
[linux-2.6-omap-h63xx.git] / drivers / infiniband / ulp / srp / ib_srp.h
index 67e17c336a50d130f768dd0201740f114ed77362..e185b907fc12f7eb1ff1e2f1ac2791e501844b69 100644 (file)
@@ -28,8 +28,6 @@
  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
- *
- * $Id: ib_srp.h 3932 2005-11-01 17:19:29Z roland $
  */
 
 #ifndef IB_SRP_H
@@ -99,7 +97,7 @@ struct srp_device {
 struct srp_host {
        struct srp_device      *srp_dev;
        u8                      port;
-       struct class_device     class_dev;
+       struct device           dev;
        struct list_head        target_list;
        spinlock_t              target_lock;
        struct completion       released;