]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
greybus: remove obsolete comment
authorJohan Hovold <johan@hovoldconsulting.com>
Tue, 3 Nov 2015 17:03:21 +0000 (18:03 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 5 Nov 2015 04:25:57 +0000 (20:25 -0800)
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>
drivers/staging/greybus/greybus.h

index edee11a95a17a59ed9d693ccf93ab44e593ff1f5..219b2ff7655889cbbab927f7808203d3f948c5ca 100644 (file)
 #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