From fc8523a1474d33dcc5f7fd1823563fbd73aa1876 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 25 Jan 2018 12:05:44 +0100 Subject: serial: bcm283x_mu: Remove support for post-init disabling We are switching to a model where a serial device doesn't even get probed when it's not muxed properly, so we don't need device specific disabling functionality anymore. Signed-off-by: Alexander Graf --- include/dm/platform_data/serial_bcm283x_mu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/dm/platform_data') diff --git a/include/dm/platform_data/serial_bcm283x_mu.h b/include/dm/platform_data/serial_bcm283x_mu.h index c47d3c0e60..57ae6adc05 100644 --- a/include/dm/platform_data/serial_bcm283x_mu.h +++ b/include/dm/platform_data/serial_bcm283x_mu.h @@ -19,7 +19,6 @@ struct bcm283x_mu_serial_platdata { unsigned long base; unsigned int clock; bool skip_init; - bool disabled; }; #endif -- cgit v1.2.1