]> git.baikalelectronics.ru Git - kernel.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)
commitd6206aa905af6d975b67770faecfa87846e0aa86
tree0d6a8dacd3e42d4dd7c80f00c619878e8aa3d1e4
parent70a1aa2b6516f6e2ac3ed85153da2fabd6b8a5d1
[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