diff options
-rw-r--r-- | arch/x86_64/ia32/ia32entry.S | 6 | ||||
-rw-r--r-- | arch/x86_64/kernel/bugs.c | 1 | ||||
-rw-r--r-- | drivers/video/pm3fb.c | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/arch/x86_64/ia32/ia32entry.S b/arch/x86_64/ia32/ia32entry.S index 52be79beb306..21868f9bed7c 100644 --- a/arch/x86_64/ia32/ia32entry.S +++ b/arch/x86_64/ia32/ia32entry.S | |||
@@ -716,7 +716,7 @@ ia32_sys_call_table: | |||
716 | .quad sys_getcpu | 716 | .quad sys_getcpu |
717 | .quad sys_epoll_pwait | 717 | .quad sys_epoll_pwait |
718 | .quad compat_sys_utimensat /* 320 */ | 718 | .quad compat_sys_utimensat /* 320 */ |
719 | .quad sys_signalfd | 719 | .quad compat_sys_signalfd |
720 | .quad sys_timerfd | 720 | .quad compat_sys_timerfd |
721 | .quad sys_eventfd | 721 | .quad sys_eventfd |
722 | ia32_syscall_end: | 722 | ia32_syscall_end: |
diff --git a/arch/x86_64/kernel/bugs.c b/arch/x86_64/kernel/bugs.c index c141e7a7ff55..c3c6b91566ed 100644 --- a/arch/x86_64/kernel/bugs.c +++ b/arch/x86_64/kernel/bugs.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
10 | #include <asm/alternative.h> | 10 | #include <asm/alternative.h> |
11 | #include <asm/processor.h> | 11 | #include <asm/processor.h> |
12 | #include <asm/mtrr.h> | ||
12 | 13 | ||
13 | void __init check_bugs(void) | 14 | void __init check_bugs(void) |
14 | { | 15 | { |
diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c index 6c4dfcb0feb9..c77a1a1fd46b 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/pm3fb.c | |||
@@ -985,7 +985,7 @@ static void __exit pm3fb_exit(void) | |||
985 | pci_unregister_driver(&pm3fb_driver); | 985 | pci_unregister_driver(&pm3fb_driver); |
986 | } | 986 | } |
987 | 987 | ||
988 | #ifdef MODULE | 988 | #ifndef MODULE |
989 | /* | 989 | /* |
990 | * Setup | 990 | * Setup |
991 | */ | 991 | */ |