summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds2005-11-19 00:58:38 +0100
committerLinus Torvalds2005-11-19 00:58:38 +0100
commitb286e39207237e2f6929959372bf66d9a8d05a82 (patch)
tree0a88ef7c8a91b8cd1afbb85d4b60c9452cc0770e /include/linux
parent[COMPAT]: EXT3_IOC_SETVERSION is _IOW() not _IOR(). (diff)
parent[PATCH] ide: fix ide_toggle_bounce() to not try to bounce if we have an IOMMU (diff)
downloadkernel-qcow2-linux-b286e39207237e2f6929959372bf66d9a8d05a82.tar.gz
kernel-qcow2-linux-b286e39207237e2f6929959372bf66d9a8d05a82.tar.xz
kernel-qcow2-linux-b286e39207237e2f6929959372bf66d9a8d05a82.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6
Diffstat (limited to 'include/linux')
-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 ac8b25fa6506..e99019057ba6 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;