]> Pileus Git - ~andy/linux/blobdiff - arch/x86/kernel/syscall_32.c
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux
[~andy/linux] / arch / x86 / kernel / syscall_32.c
index 147fcd4941c4557f295c7125250d636c0dadda1e..e9bcd57d8a9eb862212351527de3597040e611ba 100644 (file)
@@ -15,7 +15,7 @@ typedef asmlinkage void (*sys_call_ptr_t)(void);
 
 extern asmlinkage void sys_ni_syscall(void);
 
-const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
+__visible const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
        /*
         * Smells like a compiler bug -- it doesn't work
         * when the & below is removed.