Hi Boris,

On 06/17/2016 12:11 PM, Borislav Petkov wrote:
On Fri, Jun 17, 2016 at 12:09:59PM -0500, Thor Thayer wrote:
Since each peripheral's EDAC can be individually selected, the build
generates a warning of an unused function if just L2 cache was selected.

The ifdeffery is ugly but it removes that warning in the L2 only case.

You could add __maybe_unused to the function definition but I guess you
don't want that code in there if only L2 is selected.

Ok.

I like that because otherwise I'll need to add the other peripheral defines in the future so this will be a multi-line #ifdef

I wasn't aware of that macro but it is much cleaner. I'll use that. Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to