On Tue, Feb 20, 2018 at 5:10 PM, Laurent Pinchart <[email protected]> wrote: > From: Pantelis Antoniou <[email protected]> > > Add a unitest specific for the new changeset helpers. > > Signed-off-by: Pantelis Antoniou <[email protected]> > Signed-off-by: Laurent Pinchart <[email protected]> > --- > drivers/of/unittest.c | 54 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 54 insertions(+) > > diff --git a/drivers/of/unittest.c b/drivers/of/unittest.c > index 7a9abaae874d..1b21d2c549a8 100644 > --- a/drivers/of/unittest.c > +++ b/drivers/of/unittest.c > @@ -609,6 +609,59 @@ static void __init of_unittest_changeset(void) > #endif > } > > +static void __init of_unittest_changeset_helper(void) > +{ > +#ifdef CONFIG_OF_DYNAMIC
I think this can be: if (!IS_ENABLED(CONFIG_OF_DYNAMIC)) return; Otherwise, Reviewed-by: Rob Herring <[email protected]> _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
