Remove kernel version check from rtc code

It should work with all currently supported kernels (>= 2.2.0).
This commit is contained in:
Miroslav Lichvar
2011-06-06 21:32:38 +02:00
parent eca08a281c
commit 6a2a837ede
3 changed files with 0 additions and 68 deletions

View File

@@ -31,8 +31,6 @@ extern void SYS_Linux_Initialise(void);
extern void SYS_Linux_Finalise(void);
extern void SYS_Linux_GetKernelVersion(int *major, int *minor, int *patchlevel);
extern void SYS_Linux_DropRoot(char *user);
extern void SYS_Linux_MemLockAll(int LockAll);