diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-08-20 00:09:57 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-08-20 00:09:57 -0700 |
| commit | d17e9bb6daa227e88f596fd0918e3af20e423261 (patch) | |
| tree | e8c6ade4dfc6e1f7ef3de270edeec065874ef6c0 | |
| parent | e3adef999631dc7067fe4c34d86b8819d5a76e97 (diff) | |
Hmm.. It was never correct to directly include <asm/smplock.h>,
but some files still did (and got the wrong results on UP).
Since they didn't actually _use_ the BKL anyway, remove the
include.
| -rw-r--r-- | drivers/ieee1394/ieee1394_core.c | 1 | ||||
| -rw-r--r-- | mm/rmap.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ieee1394/ieee1394_core.c b/drivers/ieee1394/ieee1394_core.c index 347346599671..febc92067e94 100644 --- a/drivers/ieee1394/ieee1394_core.c +++ b/drivers/ieee1394/ieee1394_core.c @@ -22,7 +22,6 @@ #include <asm/bitops.h> #include <asm/byteorder.h> #include <asm/semaphore.h> -#include <asm/smplock.h> #include "ieee1394_types.h" #include "ieee1394.h" diff --git a/mm/rmap.c b/mm/rmap.c index 714395e12878..c39ca4425719 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -28,7 +28,6 @@ #include <asm/pgalloc.h> #include <asm/rmap.h> -#include <asm/smplock.h> #include <asm/tlb.h> #include <asm/tlbflush.h> |
