serial_core.h: include <linux/sysrq.h>
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 1 Jun 2007 07:47:07 +0000 (00:47 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 1 Jun 2007 15:18:29 +0000 (08:18 -0700)
commitb11115c15351faba978ce1b9e75068e77f6ef48d
treeaa63a32b6638f0ed3ee974a90984b3087cbd8bab
parent62e5b05db6cd5dd9cf9614cc5d2d0702c1e339bb
serial_core.h: include <linux/sysrq.h>

The <linux/serial_core.h> header refers to handle_sysrq(), but does not
include <linux/sysrq.h> which provides a declaration of the function.  This
may result in an implicit declaration and a warning if the actual one is
seen later on.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/serial_core.h