]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/ptrace.h
i2c: rephrase explanation of I2C_CLASS_DEPRECATED
[karo-tx-linux.git] / include / linux / ptrace.h
index ef3eb8bbfee482e04aa06c83b21fbc2ce02d50b3..0e5fcc11b1b8a2441e05d56fcfbe6852e25eb7c1 100644 (file)
@@ -391,10 +391,6 @@ static inline void user_single_step_siginfo(struct task_struct *tsk,
 #define current_pt_regs() task_pt_regs(current)
 #endif
 
-#ifndef ptrace_signal_deliver
-#define ptrace_signal_deliver() ((void)0)
-#endif
-
 /*
  * unlike current_pt_regs(), this one is equal to task_pt_regs(current)
  * on *all* architectures; the only reason to have a per-arch definition