aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-11-18 19:54:12 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-11-18 19:54:12 -0500
commit625876f32ed63af262db3d0ac8178d2c0f510636 (patch)
tree93a0d2d5332fa679ecb99eee7b0955e444d6a41a /include/linux/ide.h
parentc902f981b79b512eb3d0c0410f8cae88c78beb57 (diff)
parentb286e39207237e2f6929959372bf66d9a8d05a82 (diff)
Merge branch 'master'
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index ac8b25fa650..e99019057ba 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -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;