Re: [PATCH 52/60] microblaze_v4: fcntl.h sockios.h ucontext.h

From: Arnd Bergmann
Date: Thu Jun 26 2008 - 13:47:55 EST


On Thursday 26 June 2008, Arnd Bergmann wrote:
> On Thursday 26 June 2008, monstr@xxxxxxxxx wrote:
> >  include/asm-generic/sockios.h     |   23 +++++++++++++++++++++++
> >  include/asm-generic/ucontext.h    |   24 ++++++++++++++++++++++++
> >  include/asm-microblaze/fcntl.h    |    1 +
> >  include/asm-microblaze/sockios.h  |   23 +++++++++++++++++++++++
> >  include/asm-microblaze/ucontext.h |    1 +
>
> Also, the sockios file here looks like it should be in asm-generic.

I just realized that you are adding the same sockios file to both
asm-generic and asm-microblaze, so I guess that is just an oversight
and you meant the microblaze file to be just a redirection.

Note that when you add an asm-generic header file that contains
a user interface, you need to add it to asm-generic/Kbuild as well
in order to get it installed correctly with make headers_install.

Running make headers_check should tell you about this problem if
it exists in other places.

Arnd <><
--
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/