]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/compat.c
V4L/DVB (4671): Support for SAA7134-based AVerTV Hybrid A16AR
[linux-2.6-omap-h63xx.git] / kernel / compat.c
index b4fbd838cd775ac9007af6e7d566652e1ad629de..75573e5d27b05c92dd1a11aaf483415935032624 100644 (file)
@@ -26,8 +26,6 @@
 
 #include <asm/uaccess.h>
 
-extern void sigset_from_compat(sigset_t *set, compat_sigset_t *compat);
-
 int get_compat_timespec(struct timespec *ts, const struct compat_timespec __user *cts)
 {
        return (!access_ok(VERIFY_READ, cts, sizeof(*cts)) ||