From: Heiko Carstens Date: Wed, 6 Feb 2013 16:24:03 +0000 (+0100) Subject: drivers/serial: add GENERIC_HARDIRQS dependency X-Git-Tag: v3.9-rc1~125^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2eca58f2ad92ed20cc96b765a18525d5ace2d19;p=pandora-kernel.git drivers/serial: add GENERIC_HARDIRQS dependency Since SERIAL_CORE needs GENERIC_HARDIRQS (see below) and most serial drivers select it, just add a GENERIC_HARDIRQS dependency to all serial drivers. Fixes the compile error below: drivers/tty/serial/serial_core.c: In function ‘uart_set_info’: drivers/tty/serial/serial_core.c:725:2: error: implicit declaration of function ‘irq_canonicalize’ Cc: Jiri Slaby Signed-off-by: Heiko Carstens Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed