diff options
Diffstat (limited to 'fs/fcntl.c')
-rw-r--r-- | fs/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fcntl.c b/fs/fcntl.c index 4137d96534a6..083185174c6d 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c | |||
@@ -735,7 +735,7 @@ static void send_sigio_to_task(struct task_struct *p, | |||
735 | return; | 735 | return; |
736 | 736 | ||
737 | switch (signum) { | 737 | switch (signum) { |
738 | siginfo_t si; | 738 | kernel_siginfo_t si; |
739 | default: | 739 | default: |
740 | /* Queue a rt signal with the appropriate fd as its | 740 | /* Queue a rt signal with the appropriate fd as its |
741 | value. We use SI_SIGIO as the source, not | 741 | value. We use SI_SIGIO as the source, not |