diff options
| author | 2005-12-15 01:07:03 -0500 | |
|---|---|---|
| committer | 2006-02-07 20:56:35 -0500 | |
| commit | 1b8623545b42c03eb92e51b28c84acf4b8ba00a3 (patch) | |
| tree | 071045ad9c60d2697292c523c77322a70a248fb9 /include/linux/jbd.h | |
| parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 (diff) | |
| download | linux-dev-1b8623545b42c03eb92e51b28c84acf4b8ba00a3.tar.xz linux-dev-1b8623545b42c03eb92e51b28c84acf4b8ba00a3.zip | |
[PATCH] remove bogus asm/bug.h includes.
A bunch of asm/bug.h includes are both not needed (since it will get
pulled anyway) and bogus (since they are done too early). Removed.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/jbd.h')
| -rw-r--r-- | include/linux/jbd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h index 751bb3849467..0fe4aa891ddc 100644 --- a/include/linux/jbd.h +++ b/include/linux/jbd.h @@ -239,7 +239,6 @@ typedef struct journal_superblock_s #include <linux/fs.h> #include <linux/sched.h> -#include <asm/bug.h> #define JBD_ASSERTIONS #ifdef JBD_ASSERTIONS |
