[PATCH 15/16] irqchip: vic: mark vic_of_init() as static
From: Linus Walleij <hidden>
Date: 2012-11-21 14:40:02
From: Linus Walleij <hidden>
Date: 2012-11-21 14:40:02
On Wed, Nov 21, 2012 at 1:53 PM, Thomas Petazzoni [off-list ref] wrote:
On Wed, 21 Nov 2012 13:40:57 +0100, Linus Walleij wrote:
quoted
It may be that I have missed some patches, but are really all VIC users converted in this patch series?In this patch series, I'm making vic_of_init() static. vic_init() used by non-DT platforms is kept as is, with no change, so I'm not sure why you're worried about vic_init() being a problem.
Probably because I didn't parse the _of_ part :-/ Sorry about the fuzz! But the idea is to use the same convenient mechanism for the non-DT platforms later, so we get rid of all the incldue headers I guess? Yours, Linus Walleij