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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c9bb6003dd096ad190e1594a7d835ae1c39fae8f;p=linux.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 a8efcfeea7323..3d327b67d7e2b 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 {