From ef53800fa921a433a347718eeff6a768526c3e07 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Fri, 26 May 2017 11:38:17 -0300 Subject: [PATCH] remove pcd8544_power() comment, this function doesn't exist for this driver --- include/nuttx/lcd/pcd8544.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/include/nuttx/lcd/pcd8544.h b/include/nuttx/lcd/pcd8544.h index 2437274b54..42458cfd93 100644 --- a/include/nuttx/lcd/pcd8544.h +++ b/include/nuttx/lcd/pcd8544.h @@ -122,25 +122,6 @@ struct lcd_dev_s; /* see nuttx/lcd.h */ struct spi_dev_s; /* see nuttx/spi/spi.h */ FAR struct lcd_dev_s *pcd8544_initialize(FAR struct spi_dev_s *spi, unsigned int devno); -/**************************************************************************** - * Name: pcd8544_power - * - * Description: - * If the hardware supports a controllable LCD a power supply, this - * interface should be provided. It may be called by the driver to turn - * the LCD power on and off as needed. - * - * Input Parameters: - * - * devno - A value in the range of 0 throuh CONFIG_PCD8544_NINTERFACES-1. - * This allows support for multiple LCD devices. - * on - true:turn power on, false: turn power off. - * - * Returned Value: - * None - * - **************************************************************************************/ - #ifdef __cplusplus } #endif