mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 21:39:22 +00:00
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
|