Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uml: fix compile error from net_device_ops conversion
Fix the following compile error: arch/um/drivers/net_kern.c: In function 'uml_inetaddr_event': arch/um/drivers/net_kern.c:760: error: 'struct net_device' has no member named 'open' This was introduced by commit 8bb95b3, "uml: convert network device to netdevice ops". Signed-off-by: Miklos Szeredi <[email protected]> Cc: Stephen Hemminger <[email protected]> Cc: David S. Miller <[email protected]> Cc: Jeff Dike <[email protected]> Reviewed-by: WANG Cong <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information