| 951 | } |
| 952 | |
| 953 | void |
| 954 | dev_depends(struct cdev *pdev, struct cdev *cdev) |
| 955 | { |
| 956 | |
| 957 | dev_lock(); |
| 958 | dev_dependsl(pdev, cdev); |
| 959 | dev_unlock(); |
| 960 | } |
| 961 | |
| 962 | static int |
| 963 | make_dev_alias_v(int flags, struct cdev **cdev, struct cdev *pdev, |
no test coverage detected