summaryrefslogtreecommitdiff
path: root/crypto/scatterwalk.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2005-12-15 01:07:03 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2006-02-07 20:56:35 -0500
commit2cda9a38e3bc220b41d4f5dfbc441bafc2c27dc6 (patch)
treeae7dd074b80a5b7fb96f317b9716cdc7f0131ec0 /crypto/scatterwalk.c
parentf7afd93a492e6c3d73b66688f3c719087434feab (diff)
downloadlinux-crypto-2cda9a38e3bc220b41d4f5dfbc441bafc2c27dc6.tar.gz
linux-crypto-2cda9a38e3bc220b41d4f5dfbc441bafc2c27dc6.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 'crypto/scatterwalk.c')
-rw-r--r--crypto/scatterwalk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/scatterwalk.c b/crypto/scatterwalk.c
index 47ac90e6..2953e2cc 100644
--- a/crypto/scatterwalk.c
+++ b/crypto/scatterwalk.c
@@ -17,7 +17,6 @@
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/highmem.h>
-#include <asm/bug.h>
#include <asm/scatterlist.h>
#include "internal.h"
#include "scatterwalk.h"