diff --git a/[refs] b/[refs] index eadb72f44faa..8f5a69d9848a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5aeddf907f149cae7e19b7c23ccea3823d00698c +refs/heads/master: b22b2ca4ff0730b14d14bcc36bd1b84873557512 diff --git a/trunk/include/linux/ide.h b/trunk/include/linux/ide.h index 350ef47ed616..fcd98e1d1863 100644 --- a/trunk/include/linux/ide.h +++ b/trunk/include/linux/ide.h @@ -545,6 +545,9 @@ struct ide_drive_s { int lun; /* logical unit */ int crc_count; /* crc counter to reduce drive speed */ + + unsigned long debug_mask; /* debugging levels switch */ + #ifdef CONFIG_BLK_DEV_IDEACPI struct ide_acpi_drive_link *acpidata; #endif