Re: [PATCH v2] x86: don't introduce more __cpuinit users inintel_mid_weak_decls.h

From: David Cohen
Date: Wed Jan 22 2014 - 17:14:05 EST


On Wed, Jan 22, 2014 at 05:10:47PM -0500, Paul Gortmaker wrote:
> On 14-01-22 05:03 PM, H. Peter Anvin wrote:
> > On 01/22/2014 01:50 PM, David Cohen wrote:
> >>>
> >>> -void * __cpuinit get_penwell_ops()
> >>> +void *get_penwell_ops()
> >>> {
> >>> return &penwell_ops;
> >>> }
> >>>
> >>> -void * __cpuinit get_cloverview_ops()
> >>> +void *get_cloverview_ops()
> >>> {
> >>> return &penwell_ops;
> >>> }
> >>
> >
> > Can someone also find and fix the missing (void)s?
>
> Sure, I can do that, if nobody else wants to.

I'm sending it. I'm taking care fixing this intel-mid errors right now.

Br, David

>
> P.
> --
>
> >
> > -hpa
> >
> >
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/