Diff between 86cea3b353e4026682d77e3bf2f1818bce5650a8 and ccab1d7ba2b11dc8ec1369e1e54d0a0968441b37

Changed Files

File Additions Deletions Status
plugins/formfactor.c +0 -5 modified

Full Patch

diff --git a/plugins/formfactor.c b/plugins/formfactor.c
index 0e19ac6..1978f03 100644
--- a/plugins/formfactor.c
+++ b/plugins/formfactor.c
@@ -124,14 +124,9 @@ static int formfactor_probe(struct btd_adapter *adapter)
 	return 0;
 }
 
-static void formfactor_remove(struct btd_adapter *adapter)
-{
-}
-
 static struct btd_adapter_driver formfactor_driver = {
 	.name	= "formfactor",
 	.probe	= formfactor_probe,
-	.remove	= formfactor_remove,
 };
 
 static int formfactor_init(void)