From: David S. Miller Date: Thu, 30 Oct 2008 06:46:09 +0000 (-0700) Subject: of: Fix comment, sparc no longer uses of_device objects on special busses. X-Git-Tag: v2.6.29-rc1~568^2~97 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c9bb6003dd096ad190e1594a7d835ae1c39fae8f;p=linux-2.6-omap-h63xx.git 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 --- diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h index a8efcfeea73..3d327b67d7e 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 {