From: Erik Arfvidson Date: Mon, 17 Jul 2017 20:17:08 +0000 (-0400) Subject: staging: unisys: visorbus: remove target_hostname comment X-Git-Tag: v4.14-rc1~148^2~383 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=460ea8ada04e0b46b875d15d220b1b6e3c364f7f;p=platform%2Fkernel%2Flinux-rpi.git staging: unisys: visorbus: remove target_hostname comment This patch simply removes TARGET_HOSTNAME comment that is no longer relevant. Signed-off-by: Erik Arfvidson Signed-off-by: David Kershner Reviewed-by: David Binder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorbus/visorbus_private.h b/drivers/staging/unisys/visorbus/visorbus_private.h index 98a5af1..7ccf756 100644 --- a/drivers/staging/unisys/visorbus/visorbus_private.h +++ b/drivers/staging/unisys/visorbus/visorbus_private.h @@ -23,10 +23,6 @@ #include "controlvmchannel.h" #include "vbuschannel.h" -/* TARGET_HOSTNAME specified as -DTARGET_HOSTNAME=\"thename\" on the - * command line - */ - int visorchipset_bus_create(struct visor_device *bus_info); void visorchipset_bus_destroy(struct visor_device *bus_info); int visorchipset_device_create(struct visor_device *dev_info);