diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2012-03-07 13:41:09 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-03-08 18:35:21 -0500 |
commit | fcd6f76202024763f2f4a348ab666240e4f7ac50 (patch) | |
tree | 823ab929d28b382d858262e791bf763fe4e2f237 /include/linux/device.h | |
parent | c17a9d4c8495c3a8e724cc846240c46f660a726c (diff) |
driver-core: remove legacy iSeries hack
The PowerPC legacy iSeries plateform is being removed along with the
"one looney iseries driver", so this code can now be removed as well.
cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index b63fb393aa58..46baa1fec34c 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -264,10 +264,6 @@ extern int __must_check driver_create_file(struct device_driver *driver, | |||
264 | extern void driver_remove_file(struct device_driver *driver, | 264 | extern void driver_remove_file(struct device_driver *driver, |
265 | const struct driver_attribute *attr); | 265 | const struct driver_attribute *attr); |
266 | 266 | ||
267 | extern int __must_check driver_add_kobj(struct device_driver *drv, | ||
268 | struct kobject *kobj, | ||
269 | const char *fmt, ...); | ||
270 | |||
271 | extern int __must_check driver_for_each_device(struct device_driver *drv, | 267 | extern int __must_check driver_for_each_device(struct device_driver *drv, |
272 | struct device *start, | 268 | struct device *start, |
273 | void *data, | 269 | void *data, |