lkml.org 
[lkml]   [2009]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [GIT PULL -tip] fix 41 'make headers_check' warnings
    From
    Date
    On Mon, 2009-01-19 at 10:53 +1100, Stephen Rothwell wrote:
    > Hi Jaswinder,
    >
    > On Sun, 18 Jan 2009 15:40:54 +0530 Jaswinder Singh Rajput <jaswinder@kernel.org> wrote:
    > >
    > > diff --git a/include/linux/pktcdvd.h b/include/linux/pktcdvd.h
    > > index 04b4d73..277de8c 100644
    > > --- a/include/linux/pktcdvd.h
    > > +++ b/include/linux/pktcdvd.h
    > > @@ -33,11 +33,15 @@
    > > * able to sucessfully recover with this option (drive will return good
    > > * status as soon as the cdb is validated).
    > > */
    > > +#ifdef __KERNEL__
    > > #if defined(CONFIG_CDROM_PKTCDVD_WCACHE)
    > > #define USE_WCACHING 1
    > > #else
    > > #define USE_WCACHING 0
    > > #endif
    > > +#else /* __KERNEL__ */
    > > +#define USE_WCACHING 0
    > > +#endif /* __KERNEL__ */
    >
    > This also only has one user (drivers/block/pktcdvd.c) so maybe it should
    > be moved there.
    >

    Already fixed in v3 as pointed by Ingo.

    Thanks,

    --
    JSR



    \
     
     \ /
      Last update: 2009-01-19 03:35    [W:4.073 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site