]> bbs.cooldavid.org Git - net-next-2.6.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)
commitf3bc3189a001ec85c7b1119ad4aa5e39eea0f05e
tree952cc9922d06af94491ecee754d4d24f9b1e2312
parenta321cedb12904114e2ba5041a3673ca24deb09c9
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