projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86821d1
)
of: Fix comment, sparc no longer uses of_device objects on special busses.
author
David S. Miller
<davem@davemloft.net>
Thu, 30 Oct 2008 06:46:09 +0000
(23:46 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 4 Dec 2008 17:16:45 +0000
(09:16 -0800)
It only uses of_platform_bus_type.
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/of_platform.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/of_platform.h
b/include/linux/of_platform.h
index a8efcfeea7323365b65ac3b6098e053af3f14de7..3d327b67d7e2b5927cab4739a061dbf35a10f91e 100644
(file)
--- 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
{