From bbf5ee648636273bf194f5e9a8004ea45d4cb009 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Apr 2013 15:52:48 -0600 Subject: Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined --- nuttx/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index dcaf04410..e6cbea97d 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -4628,3 +4628,7 @@ could be a good feature, the codes have not be well utilized nor documented. Give that situation it is better to remove the API and reduce the footprint a little (2014-4-25). + * drivers/serial/Kconfig and arch/*/src/*/*_serial.c: Add + compilation so that the useless TIOCSERGSTRUCT ioctl logic + is not build unless CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT + are defined. -- cgit v1.2.3