Remove various things which were checking for gcc-1.x and gcc-2.x compilers.
From: Adrian Bunk <bunk@stusta.de>
Some documentation updates and removes some code paths for gcc < 3.2.
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
6 lines
83 B
C
6 lines
83 B
C
#ifndef __UM_RWSEM_H__
|
|
#define __UM_RWSEM_H__
|
|
|
|
#include "asm/arch/rwsem.h"
|
|
|
|
#endif
|