Skip to content

Commit

Permalink
[MIPS] Remove old junk left from old atomic_lock.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
ralfbaechle committed Nov 30, 2006
1 parent 63dc68a commit e303e08
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions include/asm-mips/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,8 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1996, 97, 99, 2000, 03, 04 by Ralf Baechle
* Copyright (C) 1996, 97, 99, 2000, 03, 04, 06 by Ralf Baechle
*/

/*
* As workaround for the ATOMIC_DEC_AND_LOCK / atomic_dec_and_lock mess in
* <linux/spinlock.h> we have to include <linux/spinlock.h> outside the
* main big wrapper ...
*/
#include <linux/spinlock.h>

#ifndef _ASM_ATOMIC_H
#define _ASM_ATOMIC_H

Expand Down

0 comments on commit e303e08

Please sign in to comment.