Skip to content

Commit

Permalink
[SPARC]: Missing #include <linux/mm.h> in drivers/sbus/char/flash.c
Browse files Browse the repository at this point in the history
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 <vonbrand@inf.utfsm.cl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Horst H. von Brand authored and David S. Miller committed May 31, 2007
1 parent 1fb8812 commit 8a73709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/sbus/char/flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8a73709

Please sign in to comment.