]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SPARC64]: arch/sparc64/time.c doesn't compile on Ultra 1 (no PCI)
authorHorst H. von Brand <vonbrand@inf.utfsm.cl>
Sun, 27 May 2007 00:47:53 +0000 (17:47 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 29 May 2007 09:50:02 +0000 (02:50 -0700)
commit7189859f28b7064a83b6ab4036bb334279f922c2
tree0d6a8dacd3e42d4dd7c80f00c619878e8aa3d1e4
parent22adb358e816ce6aa0afb231ae9d826b0bddc8b0
[SPARC64]: arch/sparc64/time.c doesn't compile on Ultra 1 (no PCI)

This is bug 8540 on bugzilla.kernel.org

arch/sparc64/time.c contains references to assorted bq4802 stuff if
CONFIG_PCI is not set, and compile fails. I #ifdef'ed out everything
that looks PCI-ish in that file.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/time.c