From: Heiko Carstens Date: Wed, 6 Feb 2013 16:23:58 +0000 (+0100) Subject: drivers/net,AT91RM9200: add missing GENERIC_HARDIRQS dependency X-Git-Tag: v3.9-rc1~111^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1dd7e4ef784a2c3d997d68b9321b6d115f19b20;p=pandora-kernel.git drivers/net,AT91RM9200: add missing GENERIC_HARDIRQS dependency The AT91RM9200 driver call devm_request_irq() and therefore should depend on GENERIC_HARDIRQS to prevent link/compile errors on plaforms without GENERIC_HARDIRQS. Signed-off-by: Heiko Carstens Acked-by: David S. Miller Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed