aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-11-03 18:03:21 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-04 20:25:57 -0800
commit04fdd6a51a5b3b448047b83624dbfac85d3daf9a (patch)
tree644adf0caa360c89b6dcc3d0cd572f7a8a939b5a /drivers/staging/greybus/greybus.h
parentgreybus: endo: fix ida memory leak (diff)
downloadlinux-dev-04fdd6a51a5b3b448047b83624dbfac85d3daf9a.tar.xz
linux-dev-04fdd6a51a5b3b448047b83624dbfac85d3daf9a.zip
greybus: remove obsolete comment
Remove obsolete comment about the driver model. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index edee11a95a17..219b2ff76558 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -57,16 +57,6 @@
#define CPORT_ID_MAX 4095 /* UniPro max id is 4095 */
#define CPORT_ID_BAD U16_MAX
-/* For SP1 hardware, we are going to "hardcode" each device to have all logical
- * blocks in order to be able to address them as one unified "unit". Then
- * higher up layers will then be able to talk to them as one logical block and
- * properly know how they are hooked together (i.e. which i2c port is on the
- * same module as the gpio pins, etc.)
- *
- * So, put the "private" data structures here in greybus.h and link to them off
- * of the "main" gb_module structure.
- */
-
struct greybus_host_device;
/* Greybus "Host driver" structure, needed by a host controller driver to be