Fix the comment. This really isn't just a 4.x compatibility thing, but

is used pervasively through our tree, making it really part of the API.
This commit is contained in:
Warner Losh 2014-05-23 00:20:53 +00:00
parent 403ec79669
commit 455ba689b7
1 changed files with 1 additions and 2 deletions

View File

@ -122,8 +122,7 @@ typedef struct kobj_class driver_t;
typedef struct devclass *devclass_t;
/**
* @brief A device method (included mainly for compatibility with
* FreeBSD 4.x).
* @brief A device method
*/
#define device_method_t kobj_method_t