aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_platform.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-10-30 02:46:09 -0400
committerDavid S. Miller <davem@davemloft.net>2008-12-04 12:16:45 -0500
commitc9bb6003dd096ad190e1594a7d835ae1c39fae8f (patch)
treeff7a50bb850ffc845eefc2c2ef6abdd6d8f5348f /include/linux/of_platform.h
parent86821d18f9d8fd42fa3180ad3703d491aecc52d9 (diff)
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;
26 26
27/* 27/*
28 * An of_platform_driver driver is attached to a basic of_device on 28 * An of_platform_driver driver is attached to a basic of_device on
29 * the "platform bus" (of_platform_bus_type) (or ISA, EBUS and SBUS 29 * the "platform bus" (of_platform_bus_type).
30 * busses on sparc).
31 */ 30 */
32struct of_platform_driver 31struct of_platform_driver
33{ 32{