Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8a73709ecc6a972c94e6ff9c0cc639f8f38b9151
Commit:     8a73709ecc6a972c94e6ff9c0cc639f8f38b9151
Parent:     1fb8812ba5a4c34b680d4405216310233f3c7573
Author:     Horst H. von Brand <[EMAIL PROTECTED]>
AuthorDate: Thu May 31 01:27:52 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu May 31 01:52:53 2007 -0700

    [SPARC]: Missing #include <linux/mm.h> in drivers/sbus/char/flash.c
    
    drivers/sbus/char/flash.c does use macros VM_READ and such, needs to include
    linux/mm.h.
    
    Signed-off-by: Horst H. von Brand <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/sbus/char/flash.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/sbus/char/flash.c b/drivers/sbus/char/flash.c
index 262f01e..44e0398 100644
--- a/drivers/sbus/char/flash.c
+++ b/drivers/sbus/char/flash.c
@@ -14,6 +14,7 @@
 #include <linux/init.h>
 #include <linux/smp_lock.h>
 #include <linux/spinlock.h>
+#include <linux/mm.h>
 
 #include <asm/system.h>
 #include <asm/uaccess.h>
-
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