Re: [PATCH] xtensa: export ccount_freq

2014-02-24 Thread Max Filippov
On Tue, Feb 25, 2014 at 8:07 AM, Guenter Roeck wrote: > xtensa:allmodconfig fails to build with hundreds of messages such as > > ERROR: "ccount_freq" [drivers/ata/pata_hpt3x2n.ko] undefined! > > Exporting ccount_freq solves the problem. > > Signed-off-by: Guenter Roeck > --- >

[PATCH] xtensa: export ccount_freq

2014-02-24 Thread Guenter Roeck
xtensa:allmodconfig fails to build with hundreds of messages such as ERROR: "ccount_freq" [drivers/ata/pata_hpt3x2n.ko] undefined! Exporting ccount_freq solves the problem. Signed-off-by: Guenter Roeck --- arch/xtensa/kernel/time.c |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] xtensa: export ccount_freq

2014-02-24 Thread Guenter Roeck
xtensa:allmodconfig fails to build with hundreds of messages such as ERROR: ccount_freq [drivers/ata/pata_hpt3x2n.ko] undefined! Exporting ccount_freq solves the problem. Signed-off-by: Guenter Roeck li...@roeck-us.net --- arch/xtensa/kernel/time.c |1 + 1 file changed, 1 insertion(+)

Re: [PATCH] xtensa: export ccount_freq

2014-02-24 Thread Max Filippov
On Tue, Feb 25, 2014 at 8:07 AM, Guenter Roeck li...@roeck-us.net wrote: xtensa:allmodconfig fails to build with hundreds of messages such as ERROR: ccount_freq [drivers/ata/pata_hpt3x2n.ko] undefined! Exporting ccount_freq solves the problem. Signed-off-by: Guenter Roeck li...@roeck-us.net