[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>
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/reiserfs_fs.h>
|
||||
#include <asm/types.h>
|
||||
#include <asm/bug.h>
|
||||
|
||||
#define DELTA 0x9E3779B9
|
||||
#define FULLROUNDS 10 /* 32 is overkill, 16 is strong crypto */
|
||||
|
Reference in New Issue
Block a user