Re: [rtc-linux] [PATCH 2/6] mfd: max77620: add core driver for MAX77620/MAX20024

From: Laxman Dewangan
Date: Fri Jan 08 2016 - 08:29:30 EST



On Friday 08 January 2016 06:44 PM, Krzysztof Kozlowski wrote:

To avoid compilation warning, I need to use inline here.
Because this shouldn't be defined in header at the first place. Instead
define it in main MFD driver with EXPORT_SYMBOL() and put in headers
just declaration.

what about __maybe_unused instead on inline and keep in header.

Anyhow, I do not have any personal choice here.