public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* sparc, ppc64 build failures (allmodconfig, -latest)
@ 2005-08-12 18:38 Alexey Dobriyan
  2005-08-12 19:42 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2005-08-12 18:38 UTC (permalink / raw)
  To: linux-kernel

	ppc64

drivers/isdn/hisax/avm_pci.c: In function `hdlc_empty_fifo':
drivers/isdn/hisax/avm_pci.c:271: error: `_IO_BASE' undeclared (first use in this function)

drivers/macintosh/via-pmu.c:63:27: asm/backlight.h: No such file or directory

Same thing for:

drivers/video/aty/atyfb_base.c:94:11: error: unable to open 'asm/backlight.h'
drivers/video/aty/radeon_base.c:83:11: error: unable to open 'asm/backlight.h'
drivers/video/aty/aty128fb.c:77:11: error: unable to open 'asm/backlight.h'
drivers/video/nvidia/nvidia.c:32:11: error: unable to open 'asm/backlight.h'
drivers/video/riva/fbdev.c:52:11: error: unable to open 'asm/backlight.h'
drivers/video/radeonfb.c:62:11: error: unable to open 'asm/backlight.h'
----------------------------------------------------------------------------
	sparc

drivers/char/ip2main.c:123:24: asm/serial.h: No such file or directory
drivers/char/synclinkmp.c:58:24: asm/serial.h: No such file or directory

  CC [M]  drivers/char/genrtc.o
In file included from drivers/char/genrtc.c:59:
include/asm/rtc.h:14: error: redefinition of `struct rtc_time'
drivers/char/genrtc.c: In function `genrtc_troutine':
drivers/char/genrtc.c:108: warning: implicit declaration of function `get_rtc_ss'
drivers/char/genrtc.c: In function `gen_rtc_interrupt':
drivers/char/genrtc.c:159: error: `RTC_UIE' undeclared (first use in this function)
----------------------------------------------------------------------------
i386, ppc, sparc64, x86_64 are OK wrt allmodconfig.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: sparc, ppc64 build failures (allmodconfig, -latest)
  2005-08-12 18:38 sparc, ppc64 build failures (allmodconfig, -latest) Alexey Dobriyan
@ 2005-08-12 19:42 ` Russell King
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2005-08-12 19:42 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: linux-kernel

On Fri, Aug 12, 2005 at 10:38:54PM +0400, Alexey Dobriyan wrote:
> 	sparc
> 
> drivers/char/ip2main.c:123:24: asm/serial.h: No such file or directory
> drivers/char/synclinkmp.c:58:24: asm/serial.h: No such file or directory

These drivers need to stop including asm/serial.h.  The only driver
which should include this file is drivers/serial/8250.c and no other.
It contains architecture specific definitions of the platforms 8250
ports.

It does not contain the default base baud (aka BASE_BAUD) for use with
a custom 8250 board, which is actually architecture independent.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-12 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-12 18:38 sparc, ppc64 build failures (allmodconfig, -latest) Alexey Dobriyan
2005-08-12 19:42 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox