fs/iomap.c: change return type to vm_fault_t
[linux-2.6-microblaze.git] / fs / fcntl.c
index 4137d96..0831851 100644 (file)
@@ -735,7 +735,7 @@ static void send_sigio_to_task(struct task_struct *p,
                return;
 
        switch (signum) {
-               siginfo_t si;
+               kernel_siginfo_t si;
                default:
                        /* Queue a rt signal with the appropriate fd as its
                           value.  We use SI_SIGIO as the source, not