On Mon, Mar 25, 2013 at 07:59:43PM +0800, Xiong Zhou wrote: > -const char *arizona_rate_text[ARIZONA_RATE_ENUM_SIZE] = { > - "SYNCCLK rate", "8kHz", "16kHz", "ASYNCCLK rate", > -}; > +extern const char *arizona_rate_text[ARIZONA_RATE_ENUM_SIZE]; > EXPORT_SYMBOL_GPL(arizona_rate_text); No, this isn't a good fix at all - we're moving the array to the header but still exporting it from this file which is not clever at all. The user should be conditional.
Attachment:
signature.asc
Description: Digital signature