diff options
author | Corey Minyard <minyard@acm.org> | 2006-12-06 23:40:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:47 -0500 |
commit | 759643b874907e76ae81e34df62f41ab6683f5c2 (patch) | |
tree | cdbe93ef9d246e162e9dcb496266693551989e45 /include/linux/ipmi_smi.h | |
parent | bca0324d09e413ee089f44cc71263ae1fc582b35 (diff) |
[PATCH] IPMI: pass sysfs name from lower level driver
Pass in the sysfs name from the lower-level IPMI driver, as the coming IPMI
serial driver will need that to link properly from the serial device sysfs
directory.
Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/ipmi_smi.h')
-rw-r--r-- | include/linux/ipmi_smi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipmi_smi.h b/include/linux/ipmi_smi.h index 6d9c7e4da472..2cc960da4176 100644 --- a/include/linux/ipmi_smi.h +++ b/include/linux/ipmi_smi.h | |||
@@ -173,6 +173,7 @@ int ipmi_register_smi(struct ipmi_smi_handlers *handlers, | |||
173 | void *send_info, | 173 | void *send_info, |
174 | struct ipmi_device_id *device_id, | 174 | struct ipmi_device_id *device_id, |
175 | struct device *dev, | 175 | struct device *dev, |
176 | const char *sysfs_name, | ||
176 | unsigned char slave_addr); | 177 | unsigned char slave_addr); |
177 | 178 | ||
178 | /* | 179 | /* |