Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b11115c15351faba978ce1b9e75068e77f6ef48d
Commit:     b11115c15351faba978ce1b9e75068e77f6ef48d
Parent:     62e5b05db6cd5dd9cf9614cc5d2d0702c1e339bb
Author:     Maciej W. Rozycki <[EMAIL PROTECTED]>
AuthorDate: Fri Jun 1 00:47:07 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Jun 1 08:18:29 2007 -0700

    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 <[EMAIL PROTECTED]>
    Cc: Russell King <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/serial_core.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index a3ac4c8..7f2c99d 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -152,6 +152,7 @@
 #include <linux/sched.h>
 #include <linux/tty.h>
 #include <linux/mutex.h>
+#include <linux/sysrq.h>
 
 struct uart_port;
 struct uart_info;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to