[PATCH] sound/oss/rme96xx.c: remove kernel 2.2 #if's

This patch removes #if's for kernel 2.2 .

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Adrian Bunk and committed by Linus Torvalds f040ffab 4f00945a

-4
-4
sound/oss/rme96xx.c
··· 1750 1750 1751 1751 1752 1752 static struct file_operations rme96xx_audio_fops = { 1753 - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0) 1754 1753 .owner = THIS_MODULE, 1755 - #endif 1756 1754 .read = rme96xx_read, 1757 1755 .write = rme96xx_write, 1758 1756 .poll = rme96xx_poll, ··· 1850 1852 } 1851 1853 1852 1854 static /*const*/ struct file_operations rme96xx_mixer_fops = { 1853 - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0) 1854 1855 .owner = THIS_MODULE, 1855 - #endif 1856 1856 .ioctl = rme96xx_mixer_ioctl, 1857 1857 .open = rme96xx_mixer_open, 1858 1858 .release = rme96xx_mixer_release,