]> git.baikalelectronics.ru Git - kernel.git/commit
xen: fix build when SYSRQ is disabled
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 24 May 2010 21:33:41 +0000 (14:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 May 2010 15:07:07 +0000 (08:07 -0700)
commit5711ffeca30a09f72493cad524bc6c58b58357e6
tree952cc9922d06af94491ecee754d4d24f9b1e2312
parent59fb5697df6ed2953562ce85629ffb5c0da90dec
xen: fix build when SYSRQ is disabled

Fix build error when CONFIG_MAGIC_SYSRQ is not enabled:

drivers/xen/manage.c:223: error: implicit declaration of function 'handle_sysrq'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/xen/manage.c