summaryrefslogtreecommitdiff
path: root/fs/filesystems.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:13:09 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:13:09 -0800
commit9102e0eb3e9e472dabe91d65783662d5619cf83b (patch)
tree749e1f2ee74fdabdc3dbca665b3c2fcd024c90c0 /fs/filesystems.c
parentd39a11f309a4fdeeed232dd6c0f00604d11a4aea (diff)
v2.4.3.4 -> v2.4.3.5
- Mike Phillips: olympic driver update - Alan Cox: continued resyncing (lots of small stuff, big NTFS merge from Anton) - Martin Dalecki: cleanup (remove unused and unnecessary get_hardblocksize) - Chris Mason: fix potential reiserfs journal overflow - Jeff Garzik: network driver updates - David Miller: sparc fixes, some network cleanups
Diffstat (limited to 'fs/filesystems.c')
-rw-r--r--fs/filesystems.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/filesystems.c b/fs/filesystems.c
index f93f72cbc931..98be56d1fb69 100644
--- a/fs/filesystems.c
+++ b/fs/filesystems.c
@@ -7,6 +7,7 @@
*/
#include <linux/config.h>
+#include <linux/module.h>
#include <linux/sched.h>
#include <linux/smp_lock.h>
#include <linux/kmod.h>