aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_platform.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-10-29 23:46:09 -0700
committerDavid S. Miller <davem@davemloft.net>2008-12-04 09:16:45 -0800
commitc9bb6003dd096ad190e1594a7d835ae1c39fae8f (patch)
treeff7a50bb850ffc845eefc2c2ef6abdd6d8f5348f /include/linux/of_platform.h
parentsparc64: Rework auxio driver to save some text space. (diff)
downloadlinux-dev-c9bb6003dd096ad190e1594a7d835ae1c39fae8f.tar.xz
linux-dev-c9bb6003dd096ad190e1594a7d835ae1c39fae8f.zip
of: Fix comment, sparc no longer uses of_device objects on special busses.
It only uses of_platform_bus_type. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/of_platform.h')
-rw-r--r--include/linux/of_platform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h
index a8efcfeea732..3d327b67d7e2 100644
--- a/include/linux/of_platform.h
+++ b/include/linux/of_platform.h
@@ -26,8 +26,7 @@ extern struct bus_type of_platform_bus_type;
/*
* An of_platform_driver driver is attached to a basic of_device on
- * the "platform bus" (of_platform_bus_type) (or ISA, EBUS and SBUS
- * busses on sparc).
+ * the "platform bus" (of_platform_bus_type).
*/
struct of_platform_driver
{