From: Bryan Thompson Date: Sat, 11 Jun 2016 01:48:13 +0000 (-0400) Subject: staging: unisys: Remove reference to unused STANDALONE_CLIENT X-Git-Tag: v4.14-rc1~2366^2~1155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f084e278fe1d968ae2440478a021db3fcbc2ab2;p=platform%2Fkernel%2Flinux-rpi.git staging: unisys: Remove reference to unused STANDALONE_CLIENT The STANDALONE_CLIENT define is no longer used by Unisys driver code. Signed-off-by: Bryan Thompson Signed-off-by: David Kershner Reviewed-by: Tim Sell Acked-By: Neil Horman Reviewed-by: Thomas Gleixner Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h index cbe240a..fb53a65 100644 --- a/drivers/staging/unisys/include/visorbus.h +++ b/drivers/staging/unisys/include/visorbus.h @@ -176,7 +176,6 @@ struct visor_device { #define to_visor_device(x) container_of(x, struct visor_device, device) -#ifndef STANDALONE_CLIENT int visorbus_register_visor_driver(struct visor_driver *); void visorbus_unregister_visor_driver(struct visor_driver *); int visorbus_read_channel(struct visor_device *dev, @@ -187,7 +186,6 @@ int visorbus_write_channel(struct visor_device *dev, unsigned long nbytes); void visorbus_enable_channel_interrupts(struct visor_device *dev); void visorbus_disable_channel_interrupts(struct visor_device *dev); -#endif /* Note that for visorchannel_create() * and arguments may be 0 if we are a channel CLIENT.