gpio: Remove deprecated macros

GPIO_PIN_ENABLE & GPIO_PIN_DISABLE have been deprecated for some time,
lets remove them.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-10-02 11:59:52 -05:00 committed by Kumar Gala
commit 109b61dd21

View file

@ -39,19 +39,6 @@ extern "C" {
* @endcond
*/
/**
* @deprecated
* Deprecated. Formerly used to enable a GPIO pin.
*/
#define GPIO_PIN_ENABLE (0 __DEPRECATED_MACRO)
/**
* @deprecated
* Deprecated. Formerly used to disable a GPIO pin.
*/
#define GPIO_PIN_DISABLE (0 __DEPRECATED_MACRO)
struct gpio_callback;
/**