]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/blk.h
dm: block: Rename device number member dev to devnum
[people/ms/u-boot.git] / include / blk.h
index fd545202eb4f8ae3cd7539950c764a5d1f729f34..9c54842961f3e3a99abf2c3574104a2f8e6d7eb3 100644 (file)
@@ -36,7 +36,7 @@ enum if_type {
 
 struct blk_desc {
        enum if_type    if_type;        /* type of the interface */
-       int             dev;            /* device number */
+       int             devnum;         /* device number */
        unsigned char   part_type;      /* partition type */
        unsigned char   target;         /* target SCSI ID */
        unsigned char   lun;            /* target LUN */