Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[pandora-kernel.git] / arch / hexagon / include / asm / thread_info.h
index a59dad3..bacd3d6 100644 (file)
@@ -56,7 +56,6 @@ struct thread_info {
         * used for syscalls somehow;
         * seems to have a function pointer and four arguments
         */
-       struct restart_block    restart_block;
        /* Points to the current pt_regs frame  */
        struct pt_regs          *regs;
        /*
@@ -83,9 +82,6 @@ struct thread_info {
        .cpu            = 0,                    \
        .preempt_count  = 1,                    \
        .addr_limit     = KERNEL_DS,            \
-       .restart_block = {                      \
-               .fn = do_no_restart_syscall,    \
-       },                                      \
        .sp = 0,                                \
        .regs = NULL,                   \
 }