scsi: use 64-bit value for 'max_luns'
[deliverable/linux.git] / drivers / scsi / cxgbi / libcxgbi.h
index 8135f04671af3d679400a3d72396aebadd5dc96e..538d7a64e13887e25ff690b17ed27029663b2025 100644 (file)
@@ -692,7 +692,7 @@ struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
 void cxgbi_device_unregister(struct cxgbi_device *);
 void cxgbi_device_unregister_all(unsigned int flag);
 struct cxgbi_device *cxgbi_device_find_by_lldev(void *);
-int cxgbi_hbas_add(struct cxgbi_device *, unsigned int, unsigned int,
+int cxgbi_hbas_add(struct cxgbi_device *, u64, unsigned int,
                        struct scsi_host_template *,
                        struct scsi_transport_template *);
 void cxgbi_hbas_remove(struct cxgbi_device *);
This page took 0.023292 seconds and 5 git commands to generate.