Author: markj Date: Mon Oct 23 16:02:48 2017 New Revision: 324923 URL: https://svnweb.freebsd.org/changeset/base/324923
Log: Remove resource_set_*() declarations from sys/bus.h. The corresponding definitions were removed in r78135. PR: 223189 Submitted by: marc.priggeme...@gmail.com MFC after: 1 week Modified: head/sys/sys/bus.h Modified: head/sys/sys/bus.h ============================================================================== --- head/sys/sys/bus.h Mon Oct 23 16:02:05 2017 (r324922) +++ head/sys/sys/bus.h Mon Oct 23 16:02:48 2017 (r324923) @@ -632,7 +632,6 @@ struct sysctl_oid *devclass_get_sysctl_tree(devclass_t /* * Access functions for device resources. */ - int resource_int_value(const char *name, int unit, const char *resname, int *result); int resource_long_value(const char *name, int unit, const char *resname, @@ -644,12 +643,6 @@ int resource_find_match(int *anchor, const char **name const char *resname, const char *value); int resource_find_dev(int *anchor, const char *name, int *unit, const char *resname, const char *value); -int resource_set_int(const char *name, int unit, const char *resname, - int value); -int resource_set_long(const char *name, int unit, const char *resname, - long value); -int resource_set_string(const char *name, int unit, const char *resname, - const char *value); int resource_unset_value(const char *name, int unit, const char *resname); /* _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"