[git pull] Please pull powerpc.git merge branch

Sean MacLennan smaclennan at pikatech.com
Tue Aug 5 16:12:05 EST 2008


On Mon, 4 Aug 2008 14:49:16 +1000
"Paul Mackerras" <paulus at samba.org> wrote:

> Linus,
> 
> Please pull from the 'merge' branch of
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge
> 
> The main thing there is that we have moved the powerpc include files
> from include/asm-powerpc to arch/powerpc/include/asm.  There is also a
> commit from Kumar Gala that removes code that was only referenced when
> compiling with ARCH=ppc, and is now dead since arch/ppc is gone, plus
> a couple of warning fixes from Tony Breeds.

What is the "correct" way to include these files? I have a driver
that needs to access get_tbl() which is defined in time.h.

Do I put:

#include <arch/powerpc/include/asm/time.h>

in the source file?

Cheers,
   Sean



More information about the Linuxppc-dev mailing list