property.c 177 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/property.h>
  3. __rust_helper void rust_helper_fwnode_handle_put(struct fwnode_handle *fwnode)
  4. {
  5. fwnode_handle_put(fwnode);
  6. }