x86/hw-breakpoints: Remove the name field
[safe/jmp/linux-2.6] / arch / x86 / include / asm / hw_breakpoint.h
index 0675a7c..2a1bd8f 100644 (file)
@@ -10,7 +10,6 @@
  * (display/resolving)
  */
 struct arch_hw_breakpoint {
-       char            *name; /* Contains name of the symbol to set bkpt */
        unsigned long   address;
        u8              len;
        u8              type;