[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200707211703.24950.jesper.juhl@gmail.com>
Date: Sat, 21 Jul 2007 17:03:24 +0200
From: Jesper Juhl <jesper.juhl@...il.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Jesper Juhl <jesper.juhl@...il.com>,
linux-ntfs-dev@...ts.sourceforge.net,
Anton Altaparmakov <aia21@...tab.net>
Subject: [PATCH][20/37] Clean up duplicate includes in fs/ntfs/
Hi,
This patch cleans up duplicate includes in
fs/ntfs/
Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
---
diff --git a/fs/ntfs/file.c b/fs/ntfs/file.c
index ffcc504..21cde01 100644
--- a/fs/ntfs/file.c
+++ b/fs/ntfs/file.c
@@ -26,7 +26,6 @@
#include <linux/swap.h>
#include <linux/uio.h>
#include <linux/writeback.h>
-#include <linux/sched.h>
#include <asm/page.h>
#include <asm/uaccess.h>
diff --git a/fs/ntfs/inode.c b/fs/ntfs/inode.c
index b532a73..5031e2d 100644
--- a/fs/ntfs/inode.c
+++ b/fs/ntfs/inode.c
@@ -34,7 +34,6 @@
#include "dir.h"
#include "debug.h"
#include "inode.h"
-#include "attrib.h"
#include "lcnalloc.h"
#include "malloc.h"
#include "mft.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists