The Greybus TODO file listed two remaining cleanup items: - conversion to the GPIO descriptor API - conversion of pwm.c to pwm_ops.apply()
Both have now been completed, leaving the TODO file empty. Remove it as it no longer serves a purpose.
Signed-off-by: Ayaan Mirza Baig ayaanmirzabaig85@gmail.com --- drivers/staging/greybus/TODO | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 drivers/staging/greybus/TODO
diff --git a/drivers/staging/greybus/TODO b/drivers/staging/greybus/TODO deleted file mode 100644 index 43fb6dc3dff0..000000000000 --- a/drivers/staging/greybus/TODO +++ /dev/null @@ -1,2 +0,0 @@ -* Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity, - ::enable and ::disable.