Am Donnerstag, den 19.12.2013, 14:11 +0530 schrieb Rashika Kheria: > Mark function of_reset_simple_xlate() as static in core.c > because it is not used outside this file. > Also, remove functions devm_reset_control_put() and > devm_reset_control_match() because they are unused. > > This eliminates the following warnings in core.c: > drivers/reset/core.c:46:5: warning: no previous prototype for > ‘of_reset_simple_xlate’ [-Wmissing-prototypes] > drivers/reset/core.c:262:6: warning: no previous prototype for > ‘devm_reset_control_put’ [-Wmissing-prototypes] > > Signed-off-by: Rashika Kheria <[email protected]> > Reviewed-by: Josh Triplett <[email protected]> > --- > > Changes since v1: > Incorrect Fix [...]
I have overlooked this earlier, will apply it as-is. thanks Philipp -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

