Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10dd54ff authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "UPSTREAM: binderfs: use __u32 for device numbers"

parents 66e6c9a4 aa212532
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@
 */
struct binderfs_device {
	char name[BINDERFS_MAX_NAME + 1];
	__u8 major;
	__u8 minor;
	__u32 major;
	__u32 minor;
};

/**