Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6

This commit is contained in:
Linus Torvalds 2005-11-18 15:58:38 -08:00
commit b286e39207
14 changed files with 144 additions and 342 deletions

View file

@ -1089,9 +1089,11 @@ enum {
/*
* Subdrivers support.
*
* The gendriver.owner field should be set to the module owner of this driver.
* The gendriver.name field should be set to the name of this driver
*/
typedef struct ide_driver_s {
struct module *owner;
const char *version;
u8 media;
unsigned supports_dsc_overlap : 1;