2003-08-13 04:08:15

by Tom Vier

[permalink] [raw]
Subject: 2.6.0-test3: sparc64: no asm/serial.h

missing a couple #defines:

drivers/serial/8250.c:106:24: asm/serial.h: No such file or directory
drivers/serial/8250.c:110: `SERIAL_PORT_DFNS' undeclared here (not in a
function)
drivers/serial/8250.c:110: initializer element is not constant
drivers/serial/8250.c:110: (near initialization for d_serial_port[0]')
drivers/serial/8250.c: In function Serial8250_request_port':
drivers/serial/8250.c:1715: warning: unused variable Size'
drivers/serial/8250.c: In function __register_serial':
drivers/serial/8250.c:2041: BASE_BAUD' undeclared (first use in this
function)
drivers/serial/8250.c:2041: (Each undeclared identifier is reported only
once
drivers/serial/8250.c:2041: for each function it appears in.

--
Tom Vier <[email protected]>
DSA Key ID 0xE6CB97DA


2003-08-13 20:23:34

by Pete Zaitcev

[permalink] [raw]
Subject: Re: 2.6.0-test3: sparc64: no asm/serial.h

> drivers/serial/8250.c:106:24: asm/serial.h: No such file or directory

Well, duh. Use sunsu for now.

How did you manage to enable it, anyway? And why?

If you want to fix it, I accept patches.

-- Pete