[PATCH 15/15] OF: remove #ifdef from linux/of_platform.h
Arnd Bergmann
arnd at arndb.de
Wed Jun 5 08:13:23 EDT 2013
On Tuesday 04 June 2013 17:24:51 Rob Herring wrote:
>
> Right. I get all that. You still have to go add inlines if you want to make:
>
> if (IS_ENABLED(CONFIG_OF))
> of_foo();
>
> just be:
>
> of_foo();
>
> There are situations for both and only inlines cover both cases. I
> don't see a reason we would want to allow the first case and not allow
> the second case. I am tired of taking patches adding the inlines 1 by
> 1, so perhaps we need to refactor the OF headers to better separate
> core infrastructure includes vs. driver only includes if that is
> really a concern.
Ok, fair enough. Putting internal declarations into a local header
file would be best of course.
Arnd
More information about the linux-arm-kernel
mailing list