ppremove          710 drivers/of/unittest.c 	struct property *ppremove;
ppremove          747 drivers/of/unittest.c 	ppremove = of_find_property(parent, "prop-remove", NULL);
ppremove          748 drivers/of/unittest.c 	unittest(ppremove, "failed to find removal prop");
ppremove          765 drivers/of/unittest.c 	unittest(!of_changeset_remove_property(&chgset, parent, ppremove), "fail remove prop\n");