Commit 1ebed71a authored by David S. Miller's avatar David S. Miller
Browse files

macvtap: Use dev_t for macvtap_major.

parent 132ff00a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ static struct proto macvtap_proto = {
 * only has one tap, the interface numbers assure that the
 * device nodes are unique.
 */
static unsigned int macvtap_major;
static dev_t macvtap_major;
#define MACVTAP_NUM_DEVS 65536
static struct class *macvtap_class;
static struct cdev macvtap_cdev;