diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2003-07-25 19:15:33 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@suse.de> | 2003-07-25 19:15:33 -0700 |
| commit | 1bb15b2bc9733c78d88a4ba94f7bb7ead24cb73e (patch) | |
| tree | c4d67f61f110ca02b461396a88c9bce7d4873b7e | |
| parent | e80cbdd3ffaa2e8f8a7b30036eb6a05b289656b7 (diff) | |
[PATCH] Atari ST-RAM
Atari ST-RAM: Add missing include
| -rw-r--r-- | arch/m68k/atari/stram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/atari/stram.c b/arch/m68k/atari/stram.c index 8e7e42e41aab..bcd989062d7f 100644 --- a/arch/m68k/atari/stram.c +++ b/arch/m68k/atari/stram.c @@ -21,6 +21,7 @@ #include <linux/pagemap.h> #include <linux/shm.h> #include <linux/bootmem.h> +#include <linux/mount.h> #include <asm/setup.h> #include <asm/machdep.h> |
