mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
a136564702
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>
7 lines
83 B
C
7 lines
83 B
C
#ifndef __UM_RWSEM_H__
|
|
#define __UM_RWSEM_H__
|
|
|
|
#include "asm/arch/rwsem.h"
|
|
|
|
#endif
|