From: Fengguang Wu <fengguang.wu@intel.com>
To: linux-s390@vger.kernel.org
Subject: drivers/tty/serial/serial_core.c:694:2: error: implicit declaration of function 'irq_canonicalize'
Date: Fri, 29 Mar 2013 02:14:16 +0000 [thread overview]
Message-ID: <20130329021416.GA9131@localhost> (raw)
FYI, a long standing build error related to s390.
tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux master
head: 9064171268d838b8f283fe111ef086b9479d059a
commit: ab4382d27412e7e3e7c936e8d50d8888dfac3df8 tty: move drivers/serial/ to drivers/tty/serial/
date: 2 years, 2 months ago
config: make ARCH=s390 allmodconfig
All error/warnings:
drivers/tty/serial/serial_core.c: In function 'uart_set_info':
>> drivers/tty/serial/serial_core.c:694:2: error: implicit declaration of function 'irq_canonicalize' [-Werror=implicit-function-declaration]
drivers/tty/serial/serial_core.c: In function 'uart_suspend_port':
drivers/tty/serial/serial_core.c:1979:21: warning: variable 'tty' set but not used [-Wunused-but-set-variable]
cc1: some warnings being treated as errors
vim +/irq_canonicalize +694 drivers/tty/serial/serial_core.c
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 688 return -EFAULT;
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 689
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 690 new_port = new_serial.port;
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 691 if (HIGH_BITS_OFFSET)
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 692 new_port += (unsigned long) new_serial.port_high << HIGH_BITS_OFFSET;
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 693
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 @694 new_serial.irq = irq_canonicalize(new_serial.irq);
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 695 close_delay = new_serial.close_delay * 10;
^1da177e drivers/serial/serial_core.c Linus Torvalds 2005-04-16 696 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
016af53a drivers/serial/serial_core.c Alan Cox 2009-09-19 697 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10;
---
0-DAY kernel build testing backend Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
reply other threads:[~2013-03-29 2:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130329021416.GA9131@localhost \
--to=fengguang.wu@intel.com \
--cc=linux-s390@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.