Home
last modified time | relevance | path

Searched defs:cdev_del (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/
H A Dchar_dev.c601 void cdev_del(struct cdev *p) in cdev_del() function
/openbmc/u-boot/include/linux/
H A Dcompat.h291 #define cdev_del(...) do { } while (0) macro