| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Jan. 29, 2010, 4:05 p.m. |
| Message ID | <20100129160525.21495.12888.sendpatchset@localhost> |
| Download | mbox | patch |
| Permalink | /patch/43991/ |
| State | RFC |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/include/linux/ide.h =================================================================== --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -747,7 +747,11 @@ typedef struct hwif_s { struct completion gendev_rel_comp; /* To deal with device release() */ - void *hwif_data; /* extra hwif data */ + /* extra port data */ + union { + void *hwif_data; + void *private_data; + }; #ifdef CONFIG_BLK_DEV_IDEACPI struct ide_acpi_hwif_link *acpidata;